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

Home » Public Forums » archive » Re: Saving via ImageMagick with Coyote Routines fails II
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: Saving via ImageMagick with Coyote Routines fails II [message #78142] Tue, 25 October 2011 20:33 Go to previous message
JP is currently offline  JP
Messages: 55
Registered: April 2008
Member
thanks David, you were right, there was some issue with ImageMagick accessing the file. The following code worked OK:

IDL> new_dir = 'c:\new\'
IDL> FILE_MKDIR, new_dir
IDL> PS_Start, Filename=new_dir+'test.ps'
IDL> cgplot, indgen(100)
IDL> PS_End, /PNG
PostScript output will be created here: c:\new\test.ps
ImageMagick CONVERT command: convert -alpha off -density 300 "c:\new\test.ps" -resize 25% -flatten -rotate 90 "PNG24:c:\new\test.png"


JP
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: How can I rotate text in the axes of a bar graph?
Next Topic: Re: How can I rotate text in the axes of a bar graph?

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

Current Time: Wed Oct 08 15:33:17 PDT 2025

Total time taken to generate the page: 0.00414 seconds