Open
Bug 713146
Opened 14 years ago
Updated 2 years 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)
|
4.36 KB,
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•14 years ago
|
||
Assignee: nobody → jgilbert
Attachment #583968 -
Flags: review?(joe)
Updated•14 years ago
|
Attachment #583968 -
Flags: review?(joe) → review+
| Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•14 years ago
|
||
I plan on landing this together with bug 713143.
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [rplus]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•