Re: Change Color plots into Black & White

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Jul 12 2011 - 11:25:13 MDT

Hi Luis,

Do you really mean black and white, or do you want grayscale?

We don't have an NCL tool that does this, but you could try using ImageMagick's "convert" utility. I tried various options, and the "-colorspace gray -density 300" worked for me. I had to include the -density option so the fonts didn't get fuzzy.

convert -density 300 -colorspace gray cn12n.ps cn12n.new.ps

--Mary

On Jul 12, 2011, at 8:22 AM, Luis C. Cana Cascallar wrote:

> Hi all,
>
> I´ve some color plots ready to be published, but it is finally too expensive. Is there an easy way to turn them into B&W with the same quality or I should change the full scripts and the colormaps?
>
> Thanks in advance,
>
> Luis
>
> <Luis Cesáreo Cana Cascallar.gif>
>
>
>
> _______________________________________________
> 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 Tue Jul 12 11:25:22 2011

This archive was generated by hypermail 2.1.8 : Tue Jul 12 2011 - 15:03:53 MDT