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

Home » Public Forums » archive » Re: ps to jpeg conversion
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: ps to jpeg conversion [message #83360] Thu, 28 February 2013 13:26 Go to previous message
Phillip Bitzer is currently offline  Phillip Bitzer
Messages: 223
Registered: June 2006
Senior Member
If you cannot find the convert command of ImageMagick, go to the Terminal and type in

$ which convert

which should output where the file is located. For me, I get

> /usr/local/bin/convert

So, I add this to my startup:

SetEnv, 'PATH=/usr/local/bin:' + GetEnv('PATH')

(I don't recall why exactly I don't use $PATH, but GetEnv instead.)

With this, I get
IDL> print, cgHasImageMagick()
1

Cheers,
Phillip
[Message index]
 
Read Message
Read Message
Previous Topic: IDL use by OS
Next Topic: Re: IDLgrPolygon unexpected result

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

Current Time: Wed Oct 08 17:04:30 PDT 2025

Total time taken to generate the page: 0.00394 seconds