我有问题,我不能制作文字图层。 我尝试了pango(-draw text),标签,它总是制作一个图像层。 此外,我试图附加* .tif文件与文本图层,但它从它做出图像层。
我的代码是:
convert ( -page +10+10 -label "label1" -pointsize 30 -font Arial -draw "text 25,60 'Magick'" -channel RGBA -fill red ) ( -page +0+0 -label "label1" 1.jpg -background none -mosaic -set colorspace RGB ) ( -page +0+0 -label "label2" 2.jpg -background none -mosaic -set colorspace RGB ) ( -page +0+0 -label "label3" 3.gif -background none -mosaic -set colorspace RGB ) ( -clone 0-5 -background none -flatten ) -alpha On -reverse -extent 750x750 -insert 0 "out.psd"
ImageMagick版本6.8.9 x64 windows