Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 25645
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: Nobody in particular
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: gaussian blur radius fixed at 10
The gaussian blur filter radius is fixed at 10, which means values of stddev > 3 are rendered inaccurately. The user should be able to specify a radius, with a default of zero which calculates an appropriate radius from stddev. This parameter should also be supplied to the unsharpmask filter.
fixed in svn
On Thu Mar 22 08:04:07 2007, TONYC wrote: Show quoted text
> The gaussian blur filter radius is fixed at 10, which means values of > stddev > 3 are rendered inaccurately. > > The user should be able to specify a radius, with a default of zero > which calculates an appropriate radius from stddev. > > This parameter should also be supplied to the unsharpmask filter.
Calculating this seemed pointless. Instead we always calculate it. Fixed for 0.58.