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