Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Add more options #35

Open
7 of 16 tasks
SamWhited opened this issue May 25, 2015 · 0 comments
Open
7 of 16 tasks

Add more options #35

SamWhited opened this issue May 25, 2015 · 0 comments
Milestone

Comments

@SamWhited
Copy link
Member

Add the following as options:

  • interpolation_quality — See libraw's user_qual. This should also have a constant with:
    • 0 — linear interpolation
    • 1 — VNG interpolation
    • 2 — PPG interpolation
    • 3 — AHD interpolation
    • 4 — DCB interpolation
    • 5 —Modified AHD interpolation by Paul Lee
    • 6 — AFD interpolation (5-pass)
    • 7 — VCD interpolation
    • 8 — Mixed VCD/Modified AHD interpolation
    • 9 — LMMSE interpolation
    • 10 — AMaZE intepolation
    • For 5–9 see Add constants for the demosaic options in the demosaic packs #44
  • med_passes — The number of median filter passes (see libraw med_passes)
  • auto_brightness — Allow turning off auto brightness or setting the threshold (lightness)
  • adjust_maximum_thr — Allow setting the channel maximum value threshold in case of channel overflows?
  • green_matching — Do secondary processing to fix the green channel imbalance.
  • dcb_iterations — Number of passes when performing DCB interpolation.
  • dcb_enhance_fl — Enhance colors when performing DCB interpolation.
  • fbdd_denoise — FBDD noise reduction.
  • es_med_passes — Number of edge-sensitive median filter passes after VCD+AHD demosaic.
  • ca_correc — Turn on / off CA correction. Doesn't this already work? Why are there more values for it?
  • cared,cablue — See above... why are these different from the dcraw ones?

... TODO: Add more? That's a lot of stuff

Other:

These either have their own issue, or I'm not sure if we care.

@SamWhited SamWhited added this to the v1.0.0 milestone Jun 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant