LoadTGA: Only type 2 (RGB), 3 (gray), and 10 (RGB) TGA images supported

Started by kat, June 25, 2015, 11:23:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kat

Problem
I have the following compile error after loading the shaders :

********* ERROR ***********
LoadTGA: Only type 2 (RGB), 3 (gray), and 10 (RGB) TGA images supported.


How can i find out which tga-file doesn't fit ? [Strahlemann]

Solution
it's quite possibly not a *.tga at error here but more likely you've got a *.jpg in your working directory that's been saved with progressive compression which Q3 doesn't like... re-save the image without and you should be ok... [anon.]