problems with tif thumbnails
Posted: 2007-08-30T22:28:45-07:00
Hi,
i have a problem with convert a verry big tif image.
the tif size is 16456x11656 pixel, whith 350 dpi
I use the follow command:
following error is comming:
convert: Tag 33437: Rational with zero denominator (num = 0)..
any idea?
thx vicodas
i have a problem with convert a verry big tif image.
the tif size is 16456x11656 pixel, whith 350 dpi
I use the follow command:
Code: Select all
convert $datei -compress LZW -depth 8 -type TrueColor -resize 'x100>' $thumb
convert: Tag 33437: Rational with zero denominator (num = 0)..
any idea?
thx vicodas