Code: Select all
convert spec.tga -type Grayscale -depth 8 spec2.tga
However, when I export and import the original texture, it works perfectly. I ran the identify command on both images to see what the difference was, but they seem to be exactly the same. (The original is ThisWorks.tga, mine is spec2.tga)
I am using the latest version of ImageMagick (ImageMagick-7.0.3-4-Q16-x64-dll.exe) and I'm running on Windows 10. What am I doing wrong?