Search found 3 matches

by tsoleau
2012-10-29T15:34:55-07:00
Forum: Users
Topic: convert tif to jp2 results in un-parseable file
Replies: 5
Views: 6295

Re: convert tif to jp2 results in un-parseable file

Yes. I can save as jp2, open jp2 files, etc. in my version of Photoshop. Thanks to your suggestions, at this point I'm thinking it's that I don't have the Jasper delegate library installed with my imageMagick and I wanted more information about how I might go about doing that. Thanks.
by tsoleau
2012-10-29T15:01:11-07:00
Forum: Users
Topic: convert tif to jp2 results in un-parseable file
Replies: 5
Views: 6295

Re: convert tif to jp2 results in un-parseable file

Sorry about the delayed response (I was away from work).

One question about installing the jasper library - can we install Jasper and then ImageMagick on a box using the Binary install and have it work together? Or will we need to install ImageMagick from source?

Thanks,
~Teresa
by tsoleau
2012-10-10T16:15:39-07:00
Forum: Users
Topic: convert tif to jp2 results in un-parseable file
Replies: 5
Views: 6295

convert tif to jp2 results in un-parseable file

I am trying to use the ImageMagick JPEG-2000 Image Format options to convert a tif to a jp2. I used this page (http://www.imagemagick.org/script/jp2.php) to formulate a command similar to their example for lossless encoding - so: $ convert input.tif -define numrlvls=6 -define jp2:tilewidth=1024 ...