On Sun, Jun 17, 2001 at 03:10:38PM +0200, Herbert Voss wrote:
> > I�m using Lyx 1.1.5.fix1 on Linux, but unfortunatly I have to use a
> > win-program for creating some figures.
Why?
> > Thus I exported them to eps (PS-Adobe 3.0 Level 2), which I can insert
> > in Lyx and view using gv without any problems. The problem is that
> > resizing and rotating this pictures like eps-files created by Gimp or
> > xfig (Insert->Figure-> Rotation 90 degrees ...) is not possible. Is
> > there an easy way out or do I have to load all the figures in Gimp and
> > save them as eps again (this works)?
Can you send a small example of such an EPS ? (compress the file)
If the file is more than 50k, then send it only to me and not to the list.
> if you do not need the vector-format of the images
> and still have problems, try from commandline
>
> convert image.eps image.eps
This will give a bad quality image. At least use
convert -density 300x300 image.eps image.eps
Another solution might be to use pstoedit to convert the eps to xfig format,
and then fig2dev to convert to eps.