Search found 4 matches

by rjilani
2013-08-26T06:02:06-07:00
Forum: Users
Topic: resizing tiff is producing multiple strips tiff
Replies: 3
Views: 2434

Re: resizing tiff is producing multiple strips tiff

Thanks both of you for the tips. I am using imagemagick 6.8.4-10 on windows 64 bit machine

BTW the suggested switch earlier "-define tiff:rows-per-strip={value}" did the trick for me and able to produced a single strip tiff.

Regards,
RJ.
by rjilani
2013-08-25T06:18:34-07:00
Forum: Users
Topic: resizing tiff is producing multiple strips tiff
Replies: 3
Views: 2434

resizing tiff is producing multiple strips tiff

Hi: I am using convert command to reduce the size of the tiff e.g. convert -resize 20% input.tiff output.tiff. The input tiff is composed of single strip, but the output tiff generated is composed of multiple strips. Is there any way to force imagemagick to produce output tiff as single strips ...
by rjilani
2013-08-01T09:29:28-07:00
Forum: Users
Topic: changing the bit depth of Tiff file from 24 to 8 bit
Replies: 2
Views: 13620

changing the bit depth of Tiff file from 24 to 8 bit

Hi: Gurus, we have some scanned Tiff files with JPEG 7 compression. All these files are color and scanned as 24 bit per pixel. I wonder is it possible to change the depth of bit per pixel from 24 to 8 bit? If yes does some one know how to do it via ImageMagick?

Regards,
Rashid.
by rjilani
2013-07-20T06:32:46-07:00
Forum: Users
Topic: identify verbose doesn't show the tile info in a tiff file
Replies: 2
Views: 1826

identify verbose doesn't show the tile info in a tiff file

Hi: gurus I am trying to parse the metadata of a tiff file using the identify -verbose option for a tiff file. But one thing I have noticed that the verbose command don't spit any tiles info. I guess my question is that is there any way I can get tile information via the verbose command. Besides ...