On Tue, 22 Mar 2005, Christoph Lehmann wrote:

Hi

I produce graphics with R under linux, but my collaborators often use windows and cannot import eps pics e.g. in msword

Are they sure? One can import eps images into Word, but you need to print them on a postscript printer.


what is the standard way to get e.g. bmp's with the same quality as eps. going the way: creating eps, convert eps2bmp using 'convert' doesn't yield good enough bmp's

The bitmap() device might do better, although both are really using gs.

I would use png() and convert to bmp with ImageMagick's convert or otherwise.

--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to