Search found 9 matches
- 2017-07-26T01:30:35-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
Thanks for your help, I will tray again
- 2017-07-25T11:08:35-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
in . cshrc, I define paths of all other programs using setenve, but with IM I have a problem or the problem with CGPS2RASTER.pro prog.
- 2017-07-25T10:42:22-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
For illustration, my problem with imagmagick with idl is
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 ...
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 ...
- 2017-07-25T10:39:31-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
I write
setenv PATH /usr/local/bin/:$PATH
but the problem did not solve.
What do you get from each of these?
A.S> convert -version
Version: ImageMagick 7.0.6-1 Q16 x86_64 2017-07-20 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org ...
setenv PATH /usr/local/bin/:$PATH
but the problem did not solve.
What do you get from each of these?
A.S> convert -version
Version: ImageMagick 7.0.6-1 Q16 x86_64 2017-07-20 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org ...
- 2017-07-25T07:57:38-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
Version: ImageMagick 6.9.2-7 Q16 x86_64 2015-12-06 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype gslib ...
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype gslib ...
- 2017-07-25T06:31:32-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
If i type
/opt/local/bin/magick logo: logo.gif
command not found.
but if I type
A.S> where magick
/usr/local/bin/magick
A.S> /usr/local/bin/convert logo: logo.gif
A.S> /usr/local/bin/magick logo: logo.gif
image logo.gif appears in directory.
/opt/local/bin/magick logo: logo.gif
command not found.
but if I type
A.S> where magick
/usr/local/bin/magick
A.S> /usr/local/bin/convert logo: logo.gif
A.S> /usr/local/bin/magick logo: logo.gif
image logo.gif appears in directory.
- 2017-07-24T12:52:04-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
I am already add it in my .cshrc, but the problem did not solve.
- 2017-07-24T02:21:38-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
Re: problem with ImageMagick
does not work
;.....................................
A.S> which convert
/bin/convert
;....................................
under bash shell if I type
export PATH=/opt/local/bin/:$PATH
it works normally, but with csh shell following command does not work
setnv PATH /opt/local/bin/:$PATH
;.....................................
A.S> which convert
/bin/convert
;....................................
under bash shell if I type
export PATH=/opt/local/bin/:$PATH
it works normally, but with csh shell following command does not work
setnv PATH /opt/local/bin/:$PATH
- 2017-07-23T14:30:14-07:00
- Forum: Users
- Topic: problem with ImageMagick
- Replies: 14
- Views: 13496
problem with ImageMagick
Hi everyone,
I install ImageMagick is in my path, /usr/bin and /usr/local/bin, but the problem is when I run idl and want to convert ps image to png, it tell me
ImageMagick is not installed on your computer.
I want help.
I install ImageMagick is in my path, /usr/bin and /usr/local/bin, but the problem is when I run idl and want to convert ps image to png, it tell me
ImageMagick is not installed on your computer.
I want help.