Search found 2 matches

by BruceRavel
2011-12-19T13:45:05-07:00
Forum: PerlMagick
Topic: Tiff file with signed 32-bit samples
Replies: 2
Views: 15848

Re: Tiff file with signed 32-bit samples

Brilliant! I recompiled with

Code: Select all

--with-quantum-depth=32
and now I can make progress. Thanks a million.

B
by BruceRavel
2011-12-19T12:19:04-07:00
Forum: PerlMagick
Topic: Tiff file with signed 32-bit samples
Replies: 2
Views: 15848

Tiff file with signed 32-bit samples

Hi, I have in front of me a data set consisting of tiff files containing 32 bit signed integer samples. (I am aware that is an unusual sample type for a tiff file -- the images come in this format from a fancy X-ray detector.) A simple program using Image::Magick has no trouble reading these files a...