Martijn Brouwer <[EMAIL PROTECTED]> writes:

> 
> Hi,
> I would like to know how I can include a arbitrary bitmap in an eps
> vector image without converting the entire image to a bitmap.
> The reason is that I would like to include an microscopy image in an
> grace graph.
> Does anybody have an ide?

I've done something like that with xfig: 

import your eps first (graph, coordinates, text, whatever), then import the
bitmap over it, and finally export the whole thing as eps again.

I'm still confused with the dpi values, it seems xfig defaults to different ones
when importing eps and bitmaps (72 vs 80 vs 96, don't remember exactly which is
which), so you might have to scale accordingly.

There are probably other/better ways, but this worked for me so far.

HTH,
Milos

Reply via email to