save a cmyk image in jpeg

4 visualizaciones (últimos 30 días)
Yiftach
Yiftach el 19 de Ag. de 2025
Comentada: Walter Roberson el 20 de Ag. de 2025
hi
i would like to save a cmyk image in jpeg
thanks!

Respuesta aceptada

John D'Errico
John D'Errico el 19 de Ag. de 2025
No. Imwrite cannot save a CMYK image to JPG. However, it can save a 4 channel image to a PNG format. Then I would open the image in Photoshop, or your favorite image editing tool, and save it to a JPG format. An extra step, but it should be workable. A quick check online (since it has been 25+ years since I used Photoshop) did tell me that Photoshop can save an image as a CMYK JPG file.
  4 comentarios
Yiftach
Yiftach el 20 de Ag. de 2025
thanks !!
Walter Roberson
Walter Roberson el 20 de Ag. de 2025
Sorry, I do not know very much about scripting for Windows.

Iniciar sesión para comentar.

Más respuestas (1)

Walter Roberson
Walter Roberson el 19 de Ag. de 2025
Saving jpeg with CMYK is not supported by imwrite() or any other Mathworks supported function.
There just might happen to be appropriate code in the File Exchange, but I would not count on it.
  1 comentario
Yiftach
Yiftach el 20 de Ag. de 2025
thanks - looked couldn't find.

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by