Re: Can NCL 5.2.1 support png output format on AIX platform?

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon Aug 16 2010 - 12:23:45 MDT

John,

I'm afraid I couldn't get the cairo library to build under AIX, so I had to release this version without PNG support.

You can still use the old method of going to a PS file and then using Image Magick's "convert" to convert it to png:

plot = gsn_csm_xxx(wks,....)

delete(wks)

system("convert -trim -geometry 1000x1000 plot.ps plot.png")

"plot.ps" will need to be replaced by whatever your PS file is called.

--Mary

On Aug 16, 2010, at 11:25 AM, John Hyun wrote:

> Hi all,
>
> I just install AIX binary version of NCL 5.2.1 (powerpc) but seems it can’t support png output and other new output format like newps, newpdf.
> I got the following message whenever I run my script for png output.
> --------------------------------------------------------------------------------------------------
> fatal:CairoWorkstationInitialize:CairoWorkstation support was not built into NCL
> fatal:Unable to initialize layer-Can't Create
> Segmentation fault (core dumped)
>
> Is this version problem or my environment problem ?
>
> If anyone can use NCL 5.2.1 on AIX with png format support, please let me know how to do it. Our scripts create so many charts so png support is really necessary.
>
>
> Best regards,
>
> John Hyun
> _______________________________________________
> 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 Mon Aug 16 12:23:50 2010

This archive was generated by hypermail 2.1.8 : Tue Aug 17 2010 - 15:33:24 MDT