Page 1 of 1

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

Posted: 2015-04-15T05:31:29-07:00
by Sonyk
c# .Net
PSD created without layers.

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

Posted: 2015-04-15T05:47:25-07:00
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.

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

Posted: 2015-04-15T06:45:25-07:00
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?