After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 52728 - problem with tga loading
problem with tga loading
Status: VERIFIED FIXED
Product: GIMP
Classification: Other
Component: Plugins
1.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2001-04-01 16:10 UTC by Martin Weber
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tgatest.zip (133 Kb) - six TGA test files: 15, 16 and 32 bits with and without RLE (130.45 KB, application/zip)
2001-04-03 08:11 UTC, Raphaël Quinet
Details

Description Martin Weber 2001-04-01 16:10:42 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
Comment 1 Raphaël Quinet 2001-04-03 08:07:23 UTC
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.
Comment 2 Raphaël Quinet 2001-04-03 08:11:48 UTC
Created attachment 449 [details]
tgatest.zip (133 Kb) - six TGA test files: 15, 16 and 32 bits with and without RLE
Comment 3 Raphaël Quinet 2001-04-26 18:10:33 UTC
Re-assigning all Gimp bugs to default component owner (Gimp bugs list)
Comment 4 Daniel Egger 2001-05-01 12:09:55 UTC
Stanislav Brabec fixed this bug in CVS according to Martin Weber.