[Bug 508661] [NEW] ufraw-batch ignores --wavelet-denoising-threshold

Jason Gerard DeRose jderose at jasonderose.org
Sun Jan 17 08:37:35 UTC 2010


Public bug reported:

Binary package hint: ufraw

I'm running ufraw 0.16-1 under Karmic (backport from Lucid).

When using the ufraw GUI, setting the "Denoise" value works as expected.
However, ufraw-batch ignores the --wavelet-denoising-threshold option
when doing batch processing from the command line.  For example, these
three commands all produce the exact same output file:

$ ufraw-batch src.cr2 --out-type=png --output=plain.png
$ ufraw-batch src.cr2 --out-type=png  --wavelet-denoising-threshold=100  --output=denoise100.png
$ ufraw-batch src.cr2 --out-type=png  --wavelet-denoising-threshold=200 --output=denoise200.png

I compared the output with sha1sum:

$ sha1sum *.png
43298ce9c564382f4c4fff73fa4c818269933b48  denoise100.png
43298ce9c564382f4c4fff73fa4c818269933b48  denoise200.png
43298ce9c564382f4c4fff73fa4c818269933b48  plain.png

I will verify that this bug is present under Lucid also, not particular
to my backport.  On a related note, there is also a typo in the man
page:

  ---wavelet-denoising-threshold

Should be:

   --wavelet-denoising-threshold

(Should not have triple "-".)

** Affects: ufraw (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ufraw-batch ignores --wavelet-denoising-threshold
https://bugs.launchpad.net/bugs/508661
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list