Code: Select all
convert spec.tga -type Grayscale -depth 8 spec2.tga
![Image](http://i.imgur.com/qf9NXSh.png)
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)
![Image](http://i.imgur.com/yeJdTHy.png)
![Image](http://i.imgur.com/GPRWWdI.png)
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?