[Tioga-users] converting to PNG?
Vincent Fourmond
fourmond at gmail.com
Tue Sep 11 02:53:53 EDT 2007
On 9/11/07, Taro Sato <nomo17k at gmail.com> wrote:
> (I'm sorry I've already asked this to Bill)
>
> Does anyone out there know a good (command-line) tool to do the PDF ->
> PNG conversion? Vincent might know, since Ctioga web site has a lot
> of nicely anti-aliased PNG images presumably converted from PDF
> directly?
convert, from ImageMagick. To get nice antialiasing, I cheat with
something in the spirit of
convert -density 250 -resize 700x700 image.pdf image.png
The -density option forces a rasterization of the PDF at 250 dpi; the
-resize makes sure it fits into 700x700, and scaling does
anti-aliasing too.
Cheers,
Vincent
More information about the Tioga-users
mailing list