help needed in conversion of jpg to eps file

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
kanwar_daman

help needed in conversion of jpg to eps file

Post by kanwar_daman »

Hey Guys,
Please i need urgent help.
I have a problem at hand , in which i have jpg files (with white background) and i need to create eps file out of this jpg file with transparent background.

i have already tried this " convert abc.jpg -transparent white xyz.eps", but it does not do anything (it only converts it to a no transparent eps file)

ImageMagic cant let us create eps file from jpg and not let us have a transparent background, i think eps files mostly have transparent backgrounds.

your help would be highly appreciated.

regards,
kanwar
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: help needed in conversion of jpg to eps file

Post by magick »

kanwar_daman

Re: cannot convert jpg to transparent backgroud eps format

Post by kanwar_daman »

It is not working when i convert jpg to eps format (eps should be transparent), wen i do as told on the article it works for gif formats, but not for eps

please help
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: help needed in conversion of jpg to eps file

Post by magick »

Save the file as EPS2 or EPS3 (EPS does not include support for transparency). The filename looks like this: eps3:image.eps.
kanwar_daman

Re: help needed in conversion of jpg to eps file

Post by kanwar_daman »

i saved the output as eps2 or eps3, but this format is not recognized by Adobe photoshop
kanwar_daman

Re: help needed in conversion of jpg to eps file

Post by kanwar_daman »

do you mean abc.jpg becomes xyz.eps3 or eps2 ?? coz this format adobe photoshop doesnt understand
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: help needed in conversion of jpg to eps file

Post by fmw42 »

read magicks reply carefully. it is a prefix EPS3:

"The filename looks like this: eps3:image.eps"

see http://www.imagemagick.org/Usage/formats/#eps
kanwar_daman

Re: help needed in conversion of jpg to eps file

Post by kanwar_daman »

I saw the link you posted, but the problem still remain, even after doing this convert "black_and_white_image.jpg" -alpha on -transparent white eps2:image.eps

the EPS file which is create does not have white color converted into transparent.
Please help.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: help needed in conversion of jpg to eps file

Post by fmw42 »

try EPS3.
kanwar_daman

Re: help needed in conversion of jpg to eps file

Post by kanwar_daman »

Did that too, but it didnt help at all, the sad thing is , when i do the same command and change it from eos to ai, it works, and creates transparent background ai files
Post Reply