Page 1 of 1

How i can make editable text layer?

Posted: 2014-04-09T00:28:38-07:00
by jackraymund
Hello,
i have problems, that i cant make a text layer.
I tried pango (-draw text), label and it always make a image layer.
Also i tried to attach *.tif file with text layers, but it make image layer from it.

convert ( -page +0+0 -label "label1" file.png -background none -mosaic -set colorspace RGB ) ( -page +0+0 -label "label2" file.png -background none -mosaic -set colorspace RGB ) ( -page +0+0 -label "label3" sample1.tif -background none -mosaic -set colorspace RGB ) ( -clone 0-5 -background none -flatten ) -insert 0 "out.psd"

http://screenshooter.net/4282425/gwiaduf (in background out.psd)
Also i tried to remove all layers from tif, and let alone text layer. But still it make image layer.
If my output is a .tif file, it make only one layer 0.o

Re: How i can make editable text layer?

Posted: 2014-04-09T00:50:39-07:00
by snibgo
As far as I know, ImageMagick can't make text layers for Photoshop or Gimp. It converts text to pixels.

You can do it with the script languages of those systems.