Re: eps files

From: Fred Clare <fred_at_nyahnyahspammersnyahnyah>
Date: Wed, 4 Apr 2007 16:29:33 -0600

On Apr 4, 2007, at 5:51 AM, Mateus da Silva Teixeira wrote:

> Fred,
>
> I have attached the EPS file and the script the generate it. The
> graphical portion of the script is very simple, as you may see.
> Also, I have used the tool 'eps2eps' to convert the EPS file from
> NCL to another EPS file and compared both files. See below the
> differences in the headers:

<snip>

Mateus,

Your eps output from NCL does in fact have a bounding box
specified by way of:

   %%BoundingBox: (atend)

which flags a PostScript processor to look for the bounding
box at the end of the file. It turns out that the "eps2png"
application
you are using does not recognize this form of the bounding box
specification.

In any case I think it is preferable to start with a .ps and then do

   1.) .ps -> .eps (via ps2epsi)
                -> png (via eps2png or convert)

or,

   2.) Use Jamie Scott's suggestion in his recent posting.

Fred Clare

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 04 2007 - 16:29:33 MDT

This archive was generated by hypermail 2.2.0 : Wed Apr 11 2007 - 08:36:47 MDT