【发布时间】:2010-05-20 04:49:09
【问题描述】:
此命令将文本“花”添加到图像中:
convert flower.jpg -font courier -fill white -pointsize 20 -annotate +50+50 'Flower' flower_annotate1.jpg
我正在使用 ImageMagick 2.2.0。我正在使用 PHP 从 PHP 运行它:
system('convert flower.jpg -font courier -fill white -pointsize 20 -annotate +50+50 'Flower' flower_annotate1.jpg');
但我没有得到结果
【问题讨论】:
-
我想知道你为什么没有收到
PARSE ERROR?
标签: php unix command imagemagick