Subject: | Filter type gaussian has problems for large values of std dev |
I'm using Perl version 5.10.0 on Ubuntu Linux.
and Imager version 0.73
Large values of standard deviation don't work for
$image->filter(type => 'gaussian', stddev = > $stddev).
The image returned is gray.
The maximum working stddev has sometimes been 6 and other times 20.
Maybe it's dependent on the image? In any case, there is an upper limit
to the standard deviation, and how is one to know that, and shouldn't an
error string be available when the limit is reached?
As a workaround, can one filter the same image N times to achieve a
standard deviation sqrt(N) times greater?
-John
Thanks,
John