How to convert .eps with layers to .psd with layers?

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
Sonyk
Posts: 7
Joined: 2015-04-02T12:45:05-07:00
Authentication code: 6789

How to convert .eps with layers to .psd with layers?

Post by Sonyk »

c# .Net
PSD created without layers.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: How to convert .eps with layers to .psd with layers?

Post by dlemstra »

You should take a look at the MagickImageCollection. You can use this to read/write multiple layers in a PSD/EPS file.

[MOD]: I moved your topic to the correct forum.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Sonyk
Posts: 7
Joined: 2015-04-02T12:45:05-07:00
Authentication code: 6789

Re: How to convert .eps with layers to .psd with layers?

Post by Sonyk »

dlemstra wrote:You should take a look at the MagickImageCollection. You can use this to read/write multiple layers in a PSD/EPS file.

[MOD]: I moved your topic to the correct forum.
A good idea. Can anyone have an example?
Post Reply