How i can make editable text layer?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jackraymund
Posts: 1
Joined: 2014-04-08T23:50:27-07:00
Authentication code: 6789

How i can make editable text layer?

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How i can make editable text layer?

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply