Page 1 of 1

Multiple EPS to one layered PSD

Posted: 2012-05-24T04:33:04-07:00
by bplWiSy
Hey,

I've a problem converting multiple eps files into one layered psd file. I am using ImageMagick in the Version 6.7.4 on Windows due the C-API.
The converting from eps to psd works perfect if all eps files are grayscaled - is one eps file in colormode the psd file isn't valid (GIMP and other programs can't open the psd-file).
I have tried to change the ImageType and colorspace but nothing worked...

Code: Select all

SetImageType(image, TrueColorMatteType);
image->colorspace = TransparentColorspace ;
I also tried to change the compression but that didn't work either.

I would be really thankfull if someone has a idea how to solve that issue - I want to avoid to post to much code - but if its necessary I can apost the code for the eps to psd convertion if that would help.

Thanks in advance