convert to uncompressed JPEG2000 ?
Posted: 2009-06-03T10:15:16-07:00
I am lost!
I want to convert TIF files to uncompressed JPEG2000 files via the command line tool. I compiled the library with jpeg2000 support and it works but i cant manage to get the quality level adopted- the command i use is:
convert test.tif -compress jpeg2000 -quality 100% target.jp2
i although tried:
convert test.tif -compress Lossless -quality 100% target.jp2
it doesn't work! The target.jp2 has always a quality of 75 if i take a closer look at it by typing:
display -identify -verbose target.jp2
Beside this i tried to generate lossless normal jpegs and couldnt even get it to work. The quality is alway 75!!
what the hell am i doing wrong????
thanks folks!!
greetings
I want to convert TIF files to uncompressed JPEG2000 files via the command line tool. I compiled the library with jpeg2000 support and it works but i cant manage to get the quality level adopted- the command i use is:
convert test.tif -compress jpeg2000 -quality 100% target.jp2
i although tried:
convert test.tif -compress Lossless -quality 100% target.jp2
it doesn't work! The target.jp2 has always a quality of 75 if i take a closer look at it by typing:
display -identify -verbose target.jp2
Beside this i tried to generate lossless normal jpegs and couldnt even get it to work. The quality is alway 75!!
what the hell am i doing wrong????
thanks folks!!
greetings