Open
Bug 713146
Opened 13 years ago
Updated 1 year ago
BMP encoder with INPUT_FORMAT_RGBA converts data to RGB regardless of output format
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
ASSIGNED
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
(Whiteboard: [rplus])
Attachments
(1 file)
(deleted),
patch
|
joe
:
review+
|
Details | Diff | Splinter Review |
For INPUT_FORMAT_HOSTARGB, during encoding, the output is converted to RGB or RGBA based on the output bpp setting, which is acceptable. But, when encoding with INPUT_FORMAT_RGBA, we down-convert to RGB unconditionally.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → jgilbert
Attachment #583968 -
Flags: review?(joe)
Updated•13 years ago
|
Attachment #583968 -
Flags: review?(joe) → review+
Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•13 years ago
|
||
I plan on landing this together with bug 713143.
Assignee | ||
Updated•13 years ago
|
Whiteboard: [rplus]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•