Hello,
I've upgraded from ImageMagick 6.6.1-5 (Q16 Windows x64 Dll) to ImageMagick 6.6.6-1 (Q16 Windows x64 Dll), but I can no longer generate images using plasma operator, i.e. I obtain only blank images.
For example, if I run this script:
cd "C:\Program Files\ImageMagick-6.6.6-Q16"
call convert -size 100x100 plasma:fractal C:\Work\ImageMagick\fractal.jpg
I obtain a 100x100 white image. With 6.6.1-5 release instead the script was running fine.
I also check the manual (http://www.imagemagick.org/Usage/canvas ... _gradients), and the sintax is always the same.
Best regards
Fabrizio
Plasma operator not working
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Plasma operator not working
This works fine for me under IM 6.6.6.1 Q16 (hdri) Mac OSX Tiger
convert -size 100x100 plasma:fractal tmp.png
convert -size 100x100 plasma:fractal tmp.png
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Plasma operator not working
Sounds like the 'plasma:' image coding module is failing. That is a sign that your IM is not installed correctly or has wrong permissions.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Plasma operator not working
Hello, thanks for replies.
I've installed the 32 bit version of ImageMagick and the plasma operator works fine, with the same script.
So I think that It could be a problem of the 64 bit Win package.
I've also done some traces during the running of the convert command (64 bit version) and I saw that IM_MOD_RL_plasma_.dll is succesfully loaded, despite the blank results.
My operating system is Windows 7 64bit.
Best regards
I've installed the 32 bit version of ImageMagick and the plasma operator works fine, with the same script.
So I think that It could be a problem of the 64 bit Win package.
I've also done some traces during the running of the convert command (64 bit version) and I saw that IM_MOD_RL_plasma_.dll is succesfully loaded, despite the blank results.
My operating system is Windows 7 64bit.
Best regards
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Plasma operator not working
This command:
also produces only a blank white image on my machine which is now a 64-bit Win 7 Pro using:
Pete
Code: Select all
convert -size 100x100 plasma:fractal fractal.jpg
Code: Select all
Version: ImageMagick 6.6.5-8 2010-11-10 Q16 http://www.imagemagick.org
Features: OpenMP
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.