It's always helpful to include a Minimal Working Example. el
On 2019-04-17 05:21 , Paul A. Rubin wrote: > On 4/16/19 11:45 AM, Wolfgang Engelmann wrote: >> What do I have to insert in the converter box for JPG to EPS? >> >> Wolfgang >> > [Oops. I accidentally replied directly rather to the list; I'm reposting > here for completeness.] > > Assuming you have ImageMagick installed, you can use "convert $$i > eps3:$$o". This will produce a valid EPS file, but /not/ one containing > vector graphics. The raster (pixel) image will just be embedded inside > the framework of an EPS file. > > Paul >