Search found 1 match

by frooms
2015-04-01T07:31:52-07:00
Forum: Users
Topic: Tuning options to convert images to JP2
Replies: 7
Views: 22546

Tuning options to convert images to JP2

Dear users,

I would like to try the following:

We have a lot of TIFF 16bit grayscale images and we need to convert them to JP2 16bit grayscale images. I tried the following:

convert fileIn.Tif -define jp2:quality=60 -set colorspace GRAY filOut.jp2

I also tried the following

convert fileIn ...