How do I convert my NCL graphics file to another format, like PNG, to put on the web or in a presentation?
One recommendation is to start with a PostScript (PS) or Encapsulated PostScript (EPS) file, and then use “convert” from the ImageMagick suite of tools to convert the PS file to another format like PNG or JPEG. See below for information on using pstoimg. You can get the ImageMagick suite from: http://www.imagemagick.org/ Click on the “download” link on the left side and you will be presented with lots of options for download locations. Mac users can download it using “fink install imagemagick”. You must have fink installed first: http://www.finkproject.org/.
Related Questions
- How can I convert my NCAR Graphics output file to another format, like GIF or PNG, to put on the web or in a presentation?
- How do I convert my NCL graphics file to another format, like PNG, to put on the web or in a presentation?
- How do I convert my PyNGL graphics file to another format, like GIF or PNG, to put on the web?