Search found 4 matches

by sid
2015-06-11T10:26:40-07:00
Forum: Users
Topic: Maximum intensity projection of multipage TIFF
Replies: 3
Views: 2242

Re: Maximum intensity projection of multipage TIFF

Thank you very much ! That works exactly as I wanted.

(As a side note - I had to update my version of ImageMagick from 6.5.4 to the latest version for this work. I wasn't aware that the -evaluate-sequence option wasn't supported available in my old installation)
by sid
2015-06-11T09:55:53-07:00
Forum: Users
Topic: Maximum intensity projection of multipage TIFF
Replies: 3
Views: 2242

Maximum intensity projection of multipage TIFF

Is it possible to calculate the maximum intensity projection of a multi-page tiff and save it as a new tiff without having to extract the individual images from the tiff first ? I haven't found a solution on the forums yet, other than this post from a while ago http://www.imagemagick.org/discourse ...
by sid
2012-07-31T08:01:51-07:00
Forum: Developers
Topic: Convert jpeg2000 image to bigtiff ?
Replies: 2
Views: 8383

Re: Convert jpeg2000 image to bigtiff ?

Fred : Thanks for the suggestion. Using a specific delegate worked. The key was using the TIFF64 delegate. convert -list format | grep tiff -i EPT EPT rw- Encapsulated PostScript with TIFF preview EPT2 EPT rw- Encapsulated PostScript Level II with TIFF preview EPT3 EPT rw+ Encapsulated PostScript ...
by sid
2012-07-30T13:23:08-07:00
Forum: Developers
Topic: Convert jpeg2000 image to bigtiff ?
Replies: 2
Views: 8383

Convert jpeg2000 image to bigtiff ?

I have a JPEG2000 image that I want to convert to a TIFF. The image is 78,000 x 30,462 pixels with a file size a little over 1GB. The size of an uncompressed TIFF obtained from this image is expected to be around 6GB. I have compiled ImageMagick 6.7.8-6with libtiff 4.0.1 which supports bigTIFF and ...