Skip to content

eps->jpg

1 message · Brian Ripley

#
If you use dev2bitmap() you can do this (generate eps, convert to bitmap)
within R. Otherwise use a tool such as convert (part of ImageMagick) or
xv, both of which use ghostscript internally, or on Windows use GSView
(again using ghostscript).

I hope that addresses what you want. If not the dev2bitmap function
should provide a good template. If you are producing eps for this,
you do need to set the options on postscript() to get it (as you probably
know, and dev2bitmap shows).