On Fri, Aug 03, 2001 at 02:36:01PM +0800, Rod Pinna wrote:
> 
> Also, for jpegs, it is worthwhile to use the program jpeg2ps. Rather than
> writing the jpeg as a bit map postscript (ps) file, which takes up alot of
> room, it adds an interpreter to the jpeg file. This results in a
> postscript file which is only about 12k bigger than the original jpeg.
> 
> As an example a quick test resulted in the following
> 
> original jpeg         43 kB
> jpeg2ps               55 kB
> convert jpeg  2.3 MB

convert can create small EPS files from jpeg files AND from gif, png etc.
files, if you use
  convert in_file.jpg eps2:out_file.eps

Reply via email to