Plasma operator not working

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
fabrizio108

Plasma operator not working

Post by fabrizio108 »

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Plasma operator not working

Post by fmw42 »

This works fine for me under IM 6.6.6.1 Q16 (hdri) Mac OSX Tiger

convert -size 100x100 plasma:fractal tmp.png
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Plasma operator not working

Post by anthony »

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/
fabrizio108

Re: Plasma operator not working

Post by fabrizio108 »

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
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: Plasma operator not working

Post by el_supremo »

This command:

Code: Select all

convert -size 100x100 plasma:fractal fractal.jpg
also produces only a blank white image on my machine which is now a 64-bit Win 7 Pro using:

Code: Select all

Version: ImageMagick 6.6.5-8 2010-11-10 Q16 http://www.imagemagick.org
Features: OpenMP
Pete
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.
Post Reply