converting vector paths to separate transparent PNGs

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
bobitron
Posts: 1
Joined: 2012-09-05T23:04:55-07:00
Authentication code: 67789

converting vector paths to separate transparent PNGs

Post by bobitron »

Hi Guys,

I'm new here and just getting to know ImageMagick and what can be done with it. I have a project where I'm trying to find a solution to convert vector file formats like .eps, .ai or pdf into separate 24bit .png files...basically the idea is to have the elements (paths) of vector image into separate .png files (and hopefully even get their position on the canvas). Is this any way possible with ImageMagick and do you know any other solution to make this happen?

Thanks,
Bob
User avatar
whugemann
Posts: 289
Joined: 2011-03-28T07:11:31-07:00
Authentication code: 8675308
Location: Münster, Germany 52°N,7.6°E

Re: converting vector paths to separate transparent PNGs

Post by whugemann »

I think that ImageMagick is not suitable for this task, as this requires filtering the vector objects within the original files. IM is basically a raster image processor. You will probably have to use one of the dedicated EPS/PS/PDF manipulation programs for this task, which are rarely free of charge.
Wolfgang Hugemann
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: converting vector paths to separate transparent PNGs

Post by anthony »

Ghostscript program is what does this VERY COMPLEX task, but how accessible its internal handling (or secondary modules), to get coordinate information, or control and separate various elements, I have no idea.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply