How to read CMYK image
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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?
Risposte (2)
  Naman Chaturvedi
    
 il 4 Set 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.
  Abdurrahman Tosun
 il 5 Ott 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
0 Commenti
Vedere anche
Categorie
				Scopri di più su Convert Image Type in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!