big problems with the newst IM on debian
Posted: 2011-10-01T05:33:57-07:00
hi
i have some big problems with the newest version of IM:
Debian Squeeze - ImageMagick 6.3.7 08/09/09 Q16:
Debian Squeeze - ImageMagick 6.6.0.4 (installed with 'apt-get install imagemagick')
(the original images are animated (imageshack rejects this animations)))
my im-code (php) looks like this:
i have some big problems with the newest version of IM:
Debian Squeeze - ImageMagick 6.3.7 08/09/09 Q16:
Debian Squeeze - ImageMagick 6.6.0.4 (installed with 'apt-get install imagemagick')
(the original images are animated (imageshack rejects this animations)))
my im-code (php) looks like this:
Code: Select all
$cmd = "convert -background transparent -font /path/to/font.ttf -pointsize 20 -gravity Center label:\"abkdfer kfdakdjaf\" ";
for($i = 0 ; $i < $rounds ; $i++) {
$cmd .= " \( -clone 0 -tile /path/to/pattern[" . $i . "] -gravity Center -stroke 1 -annotate +0+0 \"abkdfer kfdakdjaf\" \) ";
}
$cmd .= " -delete 0 -set delay 11 -loop 0 -trim +repage -layers Optimize /path/to/save/image.gif 2>&1";