Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I can easily get the width of an image. According to http://www.imagemagick.org/script/fx.php I should also be able to use "standard_deviation". However, when I try
I can easily get the width of an image. According to http://www.imagemagick.org/script/fx.php I should also be able to use "standard_deviation". However, when I try
it says that convert is unable to parse the expression `standard_deviation'.
What am I doing wrong?
Thanks in advance!
Marcus
Try standard-deviation rather than standard_deviation. Both work for me on IM 6.5.0-6, but perhaps your version was before the change to make both work.