Closed
Bug 8518
Opened 26 years ago
Closed 26 years ago
tRNS field not handled properly by imglib
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
FIXED
M8
People
(Reporter: pnunn, Assigned: pnunn)
Details
In ipng.cpp, the test for transparency used png_ptr->trans.
This apparently only works for some transparent pngs. Some
only send info to change png_ptr->num_trans > 0 when tRNS
field transformation puts transparency in the alpha channel.
Not that the channel or color type data is not updated
in png_ptr, though it is in info_ptr.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
[Formally changing state to Verified, per pnunn e-mail.]
You need to log in
before you can comment on or make changes to this bug.
Description
•