How to convert SVG to PSD or XCF?

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
iskhan
Posts: 1
Joined: 2013-01-21T01:35:15-07:00
Authentication code: 6789

How to convert SVG to PSD or XCF?

Post by iskhan »

Hi

How to convert my SVG file with all layers to PSD or XCF?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How to convert SVG to PSD or XCF?

Post by snibgo »

For Gimp ...

Code: Select all

convert x.svg x.tiff
... then read x.tiff in Gimp (interactively or batch), and save it as x.xcf.
snibgo's IM pages: im.snibgo.com
Post Reply