With 4.0.0 release, blur filter algorithm have been changed, and radius...
With 4.0.0 release, blur filter algorithm have been changed, and radius argument precision have been dropped due to use an interger value intead a float value. This commit fix this wrong cast to take a acre about radius precision with UnsharpMask filter BUGS: 335666 FIXED-IN: 4.1.0
Showing
- NEWS 3 additions, 1 deletionNEWS
- imageplugins/enhance/sharpentool.cpp 3 additions, 3 deletionsimageplugins/enhance/sharpentool.cpp
- imageplugins/enhance/sharpentool.h 1 addition, 1 deletionimageplugins/enhance/sharpentool.h
- libs/dimg/filters/sharp/sharpsettings.cpp 25 additions, 24 deletionslibs/dimg/filters/sharp/sharpsettings.cpp
- libs/dimg/filters/sharp/sharpsettings.h 1 addition, 1 deletionlibs/dimg/filters/sharp/sharpsettings.h
- libs/dimg/filters/sharp/unsharpmaskfilter.cpp 4 additions, 4 deletionslibs/dimg/filters/sharp/unsharpmaskfilter.cpp
- libs/dimg/filters/sharp/unsharpmaskfilter.h 2 additions, 2 deletionslibs/dimg/filters/sharp/unsharpmaskfilter.h
Loading
Please register or sign in to comment