Open
Bug 1378603
Opened 7 years ago
Updated 2 years ago
Large ICC v4 profiles are ignored
Categories
(Core :: Graphics: Color Management, defect, P3)
Tracking
()
UNCONFIRMED
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: uwe.horchner, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Steps to reproduce:
Create a TIF-image with an ICC v4 color profile of LutAToB-type with >55 support points per color channel (required LUT size 56*56*56*3 =>526848 bytes)
Actual results:
qcms code appears to error out and the image is displayed with unmanaged colors
Expected results:
(a) warning about the profile size (statusbar?)
(b) have a gfx.colormanagement setting allowing for user-setable size
(c) if (clut_size > MAX_CLUT_SIZE) return NULL; should set src->invalid_reason string
Updated•7 years ago
|
Component: Untriaged → ImageLib
Product: Firefox → Core
Updated•7 years ago
|
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
status-firefox57:
--- → wontfix
Component: ImageLib → GFX: Color Management
Here there are done many tests related to this bug written 2013 and still buggy: https://www.metalvortex.com/blog/2013/01/12/1115.html
I have the same issue when using x-rite profiles out of colormunki with ICC-v4 enabled.
New x-rite software i1Studio do no longer support v2, so I have no choice workaround with v2 instead of v4.
Maybe because x-rite uses all specs from ICC-v4 (LUT, matrix).
My profile is tested and well done, but not working only in Firefox (all versions till 57).
Here upper 2 quadrants are dark blue on first picture:
http://www.color.org/version4html.xalter
Here first 2 bars are ok cyan/white, 3rd ist black (or very dark blue) and white instead of purple/white, 4th ist ok purple/white:
http://cameratico.com/tools/web-browser-color-management-test/
For test on your system you can load ICC-profile from here and see the 2 pages above: https://bugzilla.mozilla.org/show_bug.cgi?id=722831
https://bugzilla.mozilla.org/attachment.cgi?id=593201
This case or similar ones are reported many times but never solved:
https://bugzilla.mozilla.org/show_bug.cgi?id=791456
https://bugzilla.mozilla.org/show_bug.cgi?id=1375423
https://bugzilla.mozilla.org/show_bug.cgi?id=679876
https://bugzilla.mozilla.org/show_bug.cgi?id=852241
https://bugzilla.mozilla.org/show_bug.cgi?id=1204423
https://bugzilla.mozilla.org/show_bug.cgi?id=1045552
https://bugzilla.mozilla.org/show_bug.cgi?id=964031
here another page where it was discussed with same result that there is a bug in FF still since beginning of ICC-v4 support with some (not all) correct ICC-profiles (last summary at the end from Royce Howland on Sun Sep 09, 2012 8:19 pm): https://www.naturescapes.net/forums/viewtopic.php?f=2&t=221943&p=2139338
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•