Multiple EPS to one layered PSD

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
bplWiSy
Posts: 1
Joined: 2012-05-24T03:50:55-07:00
Authentication code: 13

Multiple EPS to one layered PSD

Post 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
Post Reply