>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



P.S.

To check which delegates are installed, type

convert -list configure

then look at the line starting with DELEGATES. If tiff and jasper is 
installed, it will include jp2 and tiff
_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to