GE Lua Documentation

Press F to search!

convertDDSToPNG

Definition


-- @/=[C]:-1
function convertDDSToPNG(...)

Callers

@/lua/ge/extensions/util/export.lua
    if not FS:fileExists(filepath) then
      if not convertDDSToPNG(filepathIn, filepath) then
        log('E', logTag, 'Unable to convert dds to png: ' .. tostring(filepath))
@/lua/ge/extensions/editor/resourceChecker/resourceUtil.lua
        local filepath = exportpath..dir..basefilename..".png"
        if not convertDDSToPNG(filepathIn, filepath) then
          log('E', 'Unable to convert dds to png: ' .. tostring(filepathIn))