Home Technical Talk

ATI Compressonator DXT5 xGBR

polycounter lvl 15
Offline / Send Message
leslievdb polycounter lvl 15
i'm trying to use ATI's Compressonator commandline convert option to convert my normalmap textures to DDS
"%COMPRESS_PATH%TheCompressonator.exe" -convert -overwrite -r "path" "path" -format .dds -codec dxtc.dll +fourCC DXT5xGBR -mipper boxfilter.dll
this works but the only problem is it ignores the xGBR and converts it to default DXT5 .

does anyone know how i can fix this so it does convert to DXT5 xGBR?

Replies

  • leslievdb
    Options
    Offline / Send Message
    leslievdb polycounter lvl 15
    after some trial and error this works :) (i wish these things were documented a bit better)
    "%COMPRESS_PATH%TheCompressonator.exe" -convert -overwrite -r "path" "path" -format .dds +fourCC "xGBR" -mipper boxfilter.dll
Sign In or Register to comment.