Skip to content

Office integration

2 messages · Jose A. Garcia, Simon Urbanek

#
On Jun 5, 2008, at 4:56 PM, Jose A. Garcia wrote:

            
Preview's PNGs are increasingly problematic and of low quality (you  
can't set the dpi these days), so I'd suggest using Quartz to output  
hi-res PNGs e.g.

quartz(file="foo.png", type="png", dpi=300)

If you want to create a hi-res snapshot of your current Quartz plot in  
the GUI, you can use

quartz.save(file="foo.png", type="png", dpi=300)

(You'll need 2.7.0 or later).

Cheers,
Simon