Re: how can get ride of too big white space in ps file

From: Saji Hameed <saji.nh_at_nyahnyahspammersnyahnyah>
Date: Fri Sep 17 2010 - 01:45:08 MDT

>
> convert -trim -density 300 -geometry 1000x1000 file.ps file.gif
>>
>> You may need to play with the density and geometry numbers to get
>> something you like.
>>
>
I think the results are better if the geometry is same as the one you
display on the website. For example if the final figure size is 640x480 then
have convert output in 640x480
convert -trim -density 300 -geometry 640x480 file.ps file.gif

saji

On Thu, Sep 16, 2010 at 10:53 PM, Mary Haley <haley@ucar.edu> wrote:

> Dear Xueli Wang,
>
> Try using the "-trim" option in convert. I also recommend the
> "-density" option to make the fonts look better:
>
> convert -trim -density 300 -geometry 1000x1000 file.ps file.gif
>
> You may need to play with the density and geometry numbers to get
> something you like.
>
> --Mary
>
> On Thu, 16 Sep 2010 12:54:49 +0000
> Xueli Wang <wang@knmi.nl> wrote:
> > Hello everyone,
> >
> > I'm a new user of ncl package. I produced a few ps files with ncl
> >and I
> > want to put these files on to a website. First I used convert to
> >convert
> > it into gif file. The big white space also appears in the gif file.
> >
> > Does any one know how to get rid of the white spaces?
> >
> > Thanks in advance!
> >
> > Xueli wang
> > KNMI
> > The Netherlands
> > _______________________________________________
> > ncl-talk mailing list
> > List instructions, subscriber options, unsubscribe:
> > http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
Received on Fri Sep 17 01:45:23 2010

This archive was generated by hypermail 2.1.8 : Mon Sep 20 2010 - 15:45:07 MDT