Mogrify: DDS Image Type Not Supported
Posted: 2014-08-31T15:48:55-07:00
I encountered these errors while running mogrify on 12 GB of DDS textures. I don't know how to troubleshoot these errors. They apparently refer to line numbers in dds.c.
dds21k.bat:
Code: Select all
C:\Games\ModOrganizer\mods\SMC\Textures>dds21k
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\dlc01\effects\darkswirlsalpha.dds' @ error/dds.c/ReadUncompressedRGBA/2252.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelarrow_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelbattleaxe_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelbow_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelclaymore_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steeldagger_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelmace_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelscabbards_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelsword_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelwaraxe_m.dds' @ error/dds.c/ReadDDSImage/1796.
mogrify.exe: image type not supported `\Games\ModOrganizer\mods\SMC\Textures\weapons\Steel\steelwarhammer_m.dds' @ error/dds.c/ReadDDSImage/1796.
Code: Select all
@echo off
FOR /F "delims=" %%i IN ('dir /a-d/s/b *.dds') DO (mogrify -resize 1024x^> "%%~pni.dds")