Hi.
So I have an SVG file with some text.
Is there a way to make a PSD from it and put the text into an actual text layer?
I keep getting just a flattened image...
Convert text from SVG to a text layer in PSD
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Convert text from SVG to a text layer in PSD
I doubt that you can do that with ImageMagick.
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Convert text from SVG to a text layer in PSD
The only thing I can suggest is to separate the svg file into two separate svg files, the text and everything else. Then you should be able to write to PSD and have each as a separate layer.