Closed
Description
Preconditions (*)
- Magento 2.3.1
- ImageMagick as image processor
- One CMYK image
Steps to reproduce (*)
- Install Magento 2.3.1 and use ImageMagick as image processor.
- Create a product and upload an image in CMYK color profile.
- The image displays properly in backend in product edit page because it shows the original image.
- Check the product in frontend and notice that the image is resized via ImageMagick but the colors are inverted.
Expected result (*)
- The image displays properly would be ideal but at least the user should be warned that the image is saved in a color space that Magento 2 cannot handle so it will not be be converted correctly.
Actual result (*)
Unfortunately the users of an eshop are not usually proficient in the handling of apps like photoshop and they will probably upload lots of images they downloaded from the web or from their providers. Thus it's very possible that they will encounter situations like this.
I think the system should at least warn them that it cannot process the image correctly if it can't handle the conversion.
Perhaps Imagick::transformImageColorspace could be used to handle it silently?
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.3 release
Type
Projects
Status
Done