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
			
			
									
						
										
						jpeg 2000 compression
Re: jpeg 2000 compression
See http://www.imagemagick.org/script/jp2.php ; jp2 is lossless only if used with , which has some marginal space saving over a LZW/Zip TIFF.
Otherwise, you can get unexpected results: viewtopic.php?p=125169#p125169
			
			
									
						
										
						Code: Select all
-quality 0Otherwise, you can get unexpected results: viewtopic.php?p=125169#p125169