help needed in conversion of jpg to eps file
help needed in conversion of jpg to eps file
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
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
Re: cannot convert jpg to transparent backgroud eps format
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
please help
Re: help needed in conversion of jpg to eps file
Save the file as EPS2 or EPS3 (EPS does not include support for transparency). The filename looks like this: eps3:image.eps.
Re: help needed in conversion of jpg to eps file
i saved the output as eps2 or eps3, but this format is not recognized by Adobe photoshop
Re: help needed in conversion of jpg to eps file
do you mean abc.jpg becomes xyz.eps3 or eps2 ?? coz this format adobe photoshop doesnt understand
- 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
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
"The filename looks like this: eps3:image.eps"
see http://www.imagemagick.org/Usage/formats/#eps
Re: help needed in conversion of jpg to eps file
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.
the EPS file which is create does not have white color converted into transparent.
Please help.
Re: help needed in conversion of jpg to eps file
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