How to save progressive jpeg with Matlab?

7 次查看(过去 30 天)
Is it possible to save an image as a progressive jpeg from within Matlab? Using imwrite()? Or calling an outside .jar or similar?
Thank you!
J.

回答(1 个)

Isabella Osetinsky-Tzidaki
try export_fig code from the "File Exchange"
  1 个评论
Jernej
Jernej 2015-1-9
I am trying to imwrite() an RGB image I already have in a matrix. If I 'imfinfo()' the JPEG image saved by Matlab, I get:
CodingMethod: 'Huffman'
CodingProcess: 'Lossless'
or
CodingMethod: 'Huffman'
CodingProcess: 'Sequential'
and I'm looking for a method that would allow me to save Progressive, so the 'imfinfo()' would return:
CodingMethod: 'Huffman'
CodingProcess: 'Progressive'

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Denoising and Compression 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by