Is this caused by some inherent property of TIFF or am I overlooking something?
Code: Select all
#! /bin/bash
COUNTER=0
INPUT=input
while [ $COUNTER -lt 10 ]
do
convert ${INPUT}.tif output${COUNTER}.tif
md5 output${COUNTER}.tif
INPUT=output${COUNTER}
COUNTER=`expr $COUNTER + 1`
done
Version: ImageMagick 6.3.1 12/11/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
on OS X 10.4.8