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

Home » Public Forums » archive » Broken CGFIXPS routine?
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: Broken CGFIXPS routine? [message #94719 is a reply to message #94717] Tue, 05 September 2017 07:43 Go to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On Tuesday, September 5, 2017 at 8:16:46 AM UTC-4, Matteo wrote:

>
> poor wording, my bad. Yes ImageMagick (ImageMagick-6.7.1-10) does seem to work when used from command line.

If ImageMagick is working then you can always create postscript files with your Coyote IDL routines, and convert them in a separate step from the command line.

The function cghasimagemagick.pro tries to determine if ImageMagick is present by seeing if the command

Spawn, 'convert -version', result, error_result

gives an error. Unfortunately, it appears that in some setups the above line returns an error even if ImageMagick is present. I might replace cghasimagemagick.pro with the following code:

function cghasimagemagick,version=version
version = ''
return,1
end


>
> I'm trying to look more into here:
> http://www.idlcoyote.com/graphics_tips/macspawnim.php

I don't think this page is relevant. It is for the case where CGHasImageMagic() reports true (imageMagick found) but gives zlib errors. You say that the problem is that ImageMagick can't be found.

--Wayne
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: histogram and color bar
Next Topic: EP Flux

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

Current Time: Wed Oct 08 09:17:27 PDT 2025

Total time taken to generate the page: 0.00432 seconds