Photoshop EPS

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
nsh
Posts: 27
Joined: 2006-05-16T01:52:23-07:00

Photoshop EPS

Post by nsh »

Sorry for asking,

but is there any workaround to get convert (imagemagick) to save eps files so that photoshop don't ask for rasterizing options when opens the result file ?

image magick writes generic eps, not photoshop eps, i know, but still...

it's seams that photoshops adds this line : %ImageData: 255 399 8 1 0 255 1 "beginimage" (no standard of course)

have anyone a solution to this ?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Photoshop EPS

Post by anthony »

If we can find out what that line means we may be able to help.

Postscript by default is a VECTOR language. I am not certain how photoshop can recognize the EPS files it generates and extract the raw image data directly from it.

Extracting the raw images from a postscript file. That is the pixel data without regard for density or other information is something thing that I would very much like to do IN GENERAL. Ghostscript however does not seem to provide this facility.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply