Effacer les filtres
Effacer les filtres

How to read CMYK image

25 vues (au cours des 30 derniers jours)
Andrea Magni
Andrea Magni le 1 Sep 2018
Hello, I tried to read a .jpg image CMYK using imread but it gives this error:
Error using rjpg8c
JPEG images with CMYK colorspace are not currently supported.
How can I read an image like this? Can I convert it into something that is supported by imread?
  1 commentaire
KALYAN ACHARJYA
KALYAN ACHARJYA le 3 Sep 2018
Check here

Connectez-vous pour commenter.

Réponses (2)

Naman Chaturvedi
Naman Chaturvedi le 4 Sep 2018
'imread' doesn't support CMYK jpg images. But, it does support CMYK tiff images. So, you can use some third party tools to convert your jpg image to tiff and then use imread to read the image.
  1 commentaire
Andrea Magni
Andrea Magni le 4 Sep 2018
Already did. I successfully converted some images into tiff and then rgb, but some of them can't be converted into rgb, so I just deleted them.

Connectez-vous pour commenter.


Abdurrahman Tosun
Abdurrahman Tosun le 5 Oct 2019
it is very easy to save this position. save to your image at paint program, after that convert to jpeg again by using paint program :) if this save you please let me know

Catégories

En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by