Details
-
Improvement
-
Status: New
-
High
-
Resolution: Unresolved
-
14.2.1
-
None
-
None
-
2
-
Flagged
-
Orion
-
BrXM Backlog
Description
Current situation
The org.hippoecm.frontend.plugins.gallery.processor.AbstractGalleryProcessor does not convert images with a CYMK color space and YCCK image model to RGB and it should, because CMYK and YCCK require another gamma and the ImgScalr. library does not perform a gamma correction for these image models and RGB is more suited for display on monitors.
Various color model require a different gamma.
Desired situation
During processing the image variants the color model is converted to RGB and then the scaling and cropping operations are performed. The org.hippoecm.frontend.plugins.gallery.imageutil.ImageUtils#convertToRGB method can be used.
I guess CMS-6077 will be resolved as well if we implement this change.
Attachments
Issue Links
- is a part of
-
CMS-13099 Investigate image processing issues
- Closed