diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:09:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:09:42 -0400 |
commit | 28c632f362ccf2a5b51b990d583cee2fc32ae81f (patch) | |
tree | 58cad91b08d3de001e5b2f9298fc8e1087de02c3 | |
parent | 624e7a9078ac4d186108595e08e2dee4a6cea12e (diff) | |
download | slackbuilds-28c632f362ccf2a5b51b990d583cee2fc32ae81f.tar.gz |
graphics/wavelet-denoise: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | graphics/wavelet-denoise/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/wavelet-denoise/README b/graphics/wavelet-denoise/README index b96a2f61f9..eb4cb0571a 100644 --- a/graphics/wavelet-denoise/README +++ b/graphics/wavelet-denoise/README @@ -1,5 +1,5 @@ -The wavelet denoise plugin for The GIMP reduces noise in an image using the -algorithm copied and altered from the UFRaw program. Instead of denoising all -RGB channels at once, the plugin implementation allows to denoise the RGB -channels in dividually and - even more useful - to denoise the YCbCr or CIELAB -channels individually. +The wavelet denoise plugin for The GIMP reduces noise in an image +using the algorithm copied and altered from the UFRaw program. Instead +of denoising all RGB channels at once, the plugin implementation +allows to denoise the RGB channels in dividually and - even more +useful - to denoise the YCbCr or CIELAB channels individually. |