Page 1 of 1

jpeg 2000 compression

Posted: 2007-01-29T15:39:31-07:00
by yeller
I have converted a file to jp2 and do not know how to compress that file - because as far as I understand - that is where jp2 is really good, that it can be compressed a lot, and not lose quality.

I have seen some abbreviations for compressions but not a complete list.

Thanks

Posted: 2007-01-29T15:45:38-07:00
by yeller
I am using the command prompt.

Re: jpeg 2000 compression

Posted: 2015-10-06T06:45:10-07:00
by Nemo_bis
See http://www.imagemagick.org/script/jp2.php ; jp2 is lossless only if used with

Code: Select all

-quality 0
, which has some marginal space saving over a LZW/Zip TIFF.

Otherwise, you can get unexpected results: viewtopic.php?p=125169#p125169