GNOME Bugzilla – Bug 52728
problem with tga loading
Last modified: 2009-08-15 18:40:50 UTC
Certain 15 and 16 bit tga files cannot be loaded. Some 32 bit tga files are loaded correctly but give a warning that is not correct. Here my examples: http://homepages.go.com/~martweb/tgatest.zip
It would be helpful to provide a bit more information in your bug report, so that the developers who read the bug report can see easily what is wrong without having to start experimenting with the files that you provided. Also, attaching the file directly to the bug report would have helped, because it was hard for me to get a connection to your web site (many timeouts). Here is what I found: - rgb32.tga loads correctly - rgb32rle.tga loads correctly, but generates a warning message 'TGA: possibly incorrect alpha in "rgb32rle.tga"' - rgb15.tga, rgb15rle.tga, rgb16.tga and rgb16rle.tga cannot be loaded. They all give the same error message: 'TGA: Unhandled sub-format in "rgb*.tga"' What program did you use to create these images? I do not have any program that can load these images, so I cannot check what is in the 15-bit and 16-bit images.
Created attachment 449 [details] tgatest.zip (133 Kb) - six TGA test files: 15, 16 and 32 bits with and without RLE
Re-assigning all Gimp bugs to default component owner (Gimp bugs list)
Stanislav Brabec fixed this bug in CVS according to Martin Weber.