Problem saving an image as jpg

2 visualizaciones (últimos 30 días)
Angela
Angela el 16 de Abr. de 2019
Comentada: Walter Roberson el 16 de Abr. de 2019
I am running a procedure in several images and I am trying to save a smaller jpg image (along with a lossless tif image) for quick inspection to make sure the program runs ok. So far I never had troubles and the program has run successfully for 200 images and saved the equivalent results.
Today one of the images failed to save and gave me this error message
''Error using wjpg12c
JPEG library error (12 bit), "DCT coefficient out of range".
Error in writejpg (line 127)
wjpg12c(data,filename,props);
Error in imwrite (line 485)
feval(fmt_s.write,data,map,filename,paramPairs{:});''
The same image was previously saved as a tif with no problems. The command i used to save the image as jpg is
imwrite(im2uint16(NewImage),outfile,'BitDepth',12,'Mode','lossy')
Has anyone encountered this error before? I am using Matlab 2018a.
  2 comentarios
Image Analyst
Image Analyst el 16 de Abr. de 2019
Attach your image variable in a .mat file so we can try it.
Walter Roberson
Walter Roberson el 16 de Abr. de 2019
Hunting through my memory I seem to recall that coefficients out of range is possible but expected to be very rare. Unfortunately I never figured out the circumstances under which it could happen... high contrast in just the wrong pattern or something like that.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by