comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Importing IDL plots to Powerpoint on Mac
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Importing IDL plots to Powerpoint on Mac [message #42680] Fri, 18 February 2005 06:23 Go to next message
wcramer is currently offline  wcramer
Messages: 9
Registered: February 2005
Junior Member
What's the best way to transfer IDL plots to Powerpoint so that they
look nice? All of the ways that I've tried so far don't look very
presentable.

Thanks
Re: Importing IDL plots to Powerpoint on Mac [message #42703 is a reply to message #42680] Tue, 22 February 2005 09:41 Go to previous message
mchinand is currently offline  mchinand
Messages: 66
Registered: September 1996
Member
In article <1108736592.609120.299650@g14g2000cwa.googlegroups.com>,
wcramer <wcramer@fit.edu> wrote:
> What's the best way to transfer IDL plots to Powerpoint so that they
> look nice? All of the ways that I've tried so far don't look very
> presentable.
>
> Thanks
>

This is script that I use to import eps files into Powerpoint. It uses ImageMagick's
convert utility. This will make the background transparent and switch black lines in the
plot to white. I find this useful if I use a gradient background on the slide or anything
besides a solid background (and not a white background, obviously).



> cat epstopng

#!/bin/bash
#
# How to call: epstopng filename.eps
#
convert -density 150x150 +antialias +negate -transparent black $1 `basename $1 .eps`.png




--
Michael Chinander
m-chinander@uchicago.edu
Department of Radiology
University of Chicago
Re: Importing IDL plots to Powerpoint on Mac [message #42713 is a reply to message #42680] Mon, 21 February 2005 18:12 Go to previous message
Kenneth P. Bowman is currently offline  Kenneth P. Bowman
Messages: 585
Registered: May 2000
Senior Member
In article <1108996043.787590.11990@c13g2000cwb.googlegroups.com>,
"wcramer" <wcramer@fit.edu> wrote:

> Thanks for all of your suggestions. I've been itching to try them, but
> can't seem to be able to install the necessary Ghostscript utility. I'm
> on a Mac OS X machine with no C compiler to compile the source. Is
> there a way to get the binaries that I need?
>
> Thanks
>

I think Fink is the way to go

http://fink.sourceforge.net/pdb/index.php?phpLang=en

or you can install the compilers. They should be on the development
tools CD that came with your computer.

Ken Bowman
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: /YNOZERO
Next Topic: vector layer comparision in IDL

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:00:09 PDT 2025

Total time taken to generate the page: 0.00688 seconds