ufraw-batch ignores --wavelet-denoising-threshold

Bug #508661 reported by Jason Gerard DeRose
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UFRaw
Fix Released
Undecided
Unassigned
ufraw (Ubuntu)
New
Undecided
Unassigned

Bug Description

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 "-".)

Revision history for this message
Niels Kristian Bech Jensen (nkbjensen) wrote :

Please file a bug report upstream at http://sourceforge.net/projects/ufraw

Revision history for this message
Niels Kristian Bech Jensen (nkbjensen) wrote :

The typo in the man page is fixed upstream.

Revision history for this message
Niels Kristian Bech Jensen (nkbjensen) wrote :

I cannot reproduce your problem with either UFraw 0.15, 0.16 or the current CVS code.

Changed in ufraw:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.