DearSerena and Andrew,I should "Rasterize" theresulting PDF as suggested by Ryo. But it seems a lot of work around toget my graphic outputs).Here is a self-contained demonstration:set window/outline=0
set data coads_climatology
fill/L=1 SST
go fland
SPAWN rm tmp.pdf
frame/file=tmp.pdfSPAWN convert -density 600 tmp.pdf tmp1.png
SPAWN convert +antialias -density 600 tmp.pdf tmp2.pngWe first generate a PDF file (tmp.pdf) and convert it to PNG, first with antialiasing (tmp1.png) and then without(tmp2.png).You need the "convert" command from the "Imagemagick" package.You may
- Follow-Ups:
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Ryo Furue
- References:
- [ferret_users] Frame/file= and Framing of the output image
- From: Serena Illig
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Ryo Furue
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Serena Illig
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Serena Illig
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Ryo Furue
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Andrew Wittenberg - NOAA Federal
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Serena Illig
- Re: [ferret_users] Frame/file= and Framing of the output image
- From: Ryo Furue
- Previous by thread: Re: [ferret_users] Frame/file= and Framing of the output image
- Next by thread: Re: [ferret_users] Frame/file= and Framing of the output image
[Thread Prev][Thread Next][Index]