Azzera filtri
Azzera filtri

How to save progressive jpeg with Matlab?

1 visualizzazione (ultimi 30 giorni)
Jernej
Jernej il 8 Gen 2015
Commentato: Jernej il 9 Gen 2015
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.

Risposte (1)

Isabella Osetinsky-Tzidaki
try export_fig code from the "File Exchange"
  1 Commento
Jernej
Jernej il 9 Gen 2015
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'

Accedi per commentare.

Categorie

Scopri di più su Denoising and Compression 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!

Translated by