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 
Return to the default flat view Create a new topic Submit Reply
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 messageGo 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
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: /YNOZERO
Next Topic: vector layer comparision in IDL

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

Current Time: Sat Oct 11 21:26:27 PDT 2025

Total time taken to generate the page: 1.00094 seconds