How to read CMYK image
Mostrar comentarios más antiguos
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 comentario
KALYAN ACHARJYA
el 3 de Sept. de 2018
Respuestas (2)
Naman Chaturvedi
el 4 de Sept. de 2018
0 votos
'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 comentario
Andrea Magni
el 4 de Sept. de 2018
Abdurrahman Tosun
el 5 de Oct. de 2019
0 votos
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
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!