error with cgPS_Close Program [message #94601] |
Thu, 20 July 2017 13:41  |
Ali Gamal
Messages: 98 Registered: June 2013
|
Member |
|
|
I installed ImageMagick on fedora, but when I run program with cgPS_Close this message appear
;;********************************************************** ******************
Message from the cgPS_Close Program:
The requested raster operation cannot be completed unless ImageMagick is installed.
The requested PostScript file has been saved: /home/agamal/1/4pic.ps.
Please see http://www.idlcoyote.com/graphics_tips/weboutput.php for details
about converting PostScript intermediate files to raster files via ImageMagick.
;;********************************************************** ******************
|
|
|
|
|
|
|
|
Re: error with cgPS_Close Program [message #94616 is a reply to message #94615] |
Tue, 25 July 2017 11:09   |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
what happens from the Linux prompt when you do?
% which convert
The IDL routines are just spawning to the 'convert' command, which should be in the directory where ImageMagick is installed. Make sure your Linux PATH includes this directory. On my CentOS box I get
% which convert
/usr/bin/convert
On Tuesday, July 25, 2017 at 1:44:35 PM UTC-4, AGW wrote:
> On Thursday, July 20, 2017 at 10:42:00 PM UTC+2, AGW wrote:
>> I installed ImageMagick on fedora, but when I run program with cgPS_Close this message appear
>>
>> ;;********************************************************** ******************
>> Message from the cgPS_Close Program:
>> The requested raster operation cannot be completed unless ImageMagick is installed.
>> The requested PostScript file has been saved: /home/agamal/1/4pic.ps.
>> Please see http://www.idlcoyote.com/graphics_tips/weboutput.php for details
>> about converting PostScript intermediate files to raster files via ImageMagick.
>> ;;********************************************************** ******************
>
> IDL> cgPS2Raster, 'IQUVS.ps', /JPEG
> % Compiled module: CGPS2RASTER.
> % Compiled module: SETDEFAULTVALUE.
> % Compiled module: CGROOTNAME.
> % Compiled module: PATH_SEP.
> % Compiled module: STRSPLIT.
> % Compiled module: FILEPATH.
> % Compiled module: CGHASIMAGEMAGICK.
> % Compiled module: CGERRORMSG.
>
> Traceback Report from CGPS2RASTER:
>
> % CGPS2RASTER: ImageMagick cannot be found on this machine.
> % Execution halted at: CGPS2RASTER 416 /coyote/cgps2raster.pro
> % $MAIN$
|
|
|
|
|