Image created but not of supported file type
Ältere Kommentare anzeigen
I am encrypting an image and displaying the encrypted image and also saving it in the default directory with a .jpeg extension. It displays the image fine and even reads the image using imread() but if I try to open the file that got saved I get a message that the format is not supported. Why is this happening?
3 Kommentare
Jan
am 3 Apr. 2017
Please reveal any details: How did you save the file? How do you try to "open" the file?
fiona rozario
am 3 Apr. 2017
Jan
am 12 Apr. 2017
This means, that the default application to display JPEG files on your computer cannot handle Matlab's 'lossless' JPEG format. We do not know which application you have installed, but the solution is to use another one.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!