Investigate if canvas related objects are used with color correction awareness |
||||
Issue descriptionLike what happens in ShpaeDetector, different modules might use ImageBitmap, ImageData, etc. We need to make sure that everyone that uses these classes is doing that with color correction awareness. We need to find a good way to do this. May be going through all the call sites of ImageData/ImageBitmap etc. constructors? Leveling up to caller constructors?
,
Oct 25 2017
,
Nov 27 2017
,
Mar 16 2018
On second thought, I don't think it is a good idea for us to add color management to other teams code. For example, ShapeDetector uses different API from webcam, etc. to pre-process the input. It also have a separate code path for Mac which is not using Blink. Overall, I think we only need to make sure enough awareness is raised about the new color management features of canvas and related components and leave the adaptation to the code owners. I set this bug as WontFix. junov@: please re-open the bug if you were disagreed. |
||||
►
Sign in to add a comment |
||||
Comment 1 by zakerinasab@chromium.org
, Aug 1 2017