Page 1 of 1

JPG to JP2 conversion fails in fidelity check

Posted: 2011-04-03T22:33:36-07:00
by parimalraj
Hi All,

I'm using ImageMagick-6.6.0-Q16 version to convert JPG files to JP2. All are getting converted to JP2 but, few of them are failing fidelity check when I compare. Could any one of You suggest a solution to get these files converted without any fidelity failing.

Thanks,
Parimal

Re: JPG to JP2 conversion fails in fidelity check

Posted: 2011-04-04T16:37:32-07:00
by anthony
JPEG is a lossy format and does not store information exactly.

JP2 is the newer library and can do either lossy compression or exact compressions of the image.

Comparing lossy compressions is likely to find some differences, depending on the 'quality' of the compression.


Lossy compression can compress images enormously better than exact compression, without greatly effecting visual performance, and that is why it is used for images. However as I have said many times, is you plan to use lossy compression, store your originals as you got them. if you need to save them save them as PNG. Yes it is not very good in disk space but it at least it is a perfect save.