Skip to content
Back to formatted view

Raw Message

Message-ID: <f8e6ff050904120719v9f140b2r6c53245732b7aa53@mail.gmail.com>
Date: 2009-04-12T14:19:45Z
From: Hadley Wickham
Subject: Help with postscript (huge file size)
In-Reply-To: <bb8438c70904111029i5d08477dyb4f8dfafaf4d0695@mail.gmail.com>

> I'm generating some images in R to put into a document that I'm producing
> using Latex. This document in Latex is following a predefined model, which
> does not accept compilation with pdflatex, so I have to compile with latex
> -> dvi -> pdf. Because of that, I have to generate the images in R with
> postscript (I want a vector format to keep the quality). The problem is that
> the files of the images are very huge (10MB) and I have many images to put
> into the pdf document.
> I want to know if there is a way to reduce the size of those images
> generated by R using postscript.

Just use a high-resolution png or tiff.  At 300 dpi you won't be able
to tell the difference when it's printed.

Hadley

-- 
http://had.co.nz/