Closed
Bug 449902
Opened 16 years ago
Closed 15 years ago
add color correction support for bmp, icon, and xbm
Categories
(Core :: Graphics: Color Management, defect)
Core
Graphics: Color Management
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bholley, Assigned: bholley)
References
(Blocks 1 open bug)
Details
right now we don't color correct them. We probably should, though it's not that high of a priority. Marking as a blocker for bug 418538 just to get it on the radar, though it may not actually be a blocker.
Comment 1•16 years ago
|
||
I believe the situation is this, with regard to the format specifications:
BMP supports gamma and chromaticity. If either is present we should treat
it as tagged. If not, we should treat it as untagged sRGB.
BMP can be PNG-compressed in which case it may also support ICC
ICON uncompressed does not convey any colorspace info and should be
considered untagged sRGB.
ICON compressed is in PNG format and thus supports gamma, chromaticity, and ICC.
If any of these are present we should treat it as tagged.
XBM does not support any colorspace information. We should treat it as
untagged sRGB.
Status: ASSIGNED → NEW
Assignee | ||
Comment 2•16 years ago
|
||
Marking as not blocking turning on color management for now. I may get back to this eventually.
No longer blocks: 418538
Component: GFX → GFX: Color Management
QA Contact: general → color-management
Assignee | ||
Comment 3•15 years ago
|
||
XBM doesn't exist anymore, and we're not looking to add any features to BMP/ICO.
WONTFIX.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•