>Is there any command in imagemagick to convert tiff format to jpeg2000?


IM can convert between the two, but if you install from source rather 
than binary, you will need to install the libtiff and jasper delegate 
libraries.

convert image.tiff image.jp2

or

convert image.tiff JP2:image.jp2


see Related JPEG Output Formats at 
http://www.imagemagick.org/Usage/formats/#jpg

and http://www.imagemagick.org/script/formats.php#supported


_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to