This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Add per-channel darkness option #46
Labels
Milestone
Comments
I double checked this today: |
SamWhited
added a commit
to SamWhited/rawkit
that referenced
this issue
Jun 13, 2015
Fixes photoshell#46 Change the name of the darkness option Remove pre-commit hook that won't play nicely with namedtuples
SamWhited
added a commit
to SamWhited/rawkit
that referenced
this issue
Jul 5, 2015
Fixes photoshell#46 Change the name of the darkness option Remove pre-commit hook that won't play nicely with namedtuples
SamWhited
added a commit
to SamWhited/rawkit
that referenced
this issue
Jul 5, 2015
Fixes photoshell#46 Change the name of the darkness option Remove pre-commit hook that won't play nicely with namedtuples
SamWhited
added a commit
to SamWhited/rawkit
that referenced
this issue
Jul 5, 2015
Fixes photoshell#46 Change the name of the darkness option to `sensel_threshold'
SamWhited
added a commit
to SamWhited/rawkit
that referenced
this issue
Jul 17, 2015
Fixes photoshell#46 Change the name of the darkness option to `sensel_threshold'
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add an option for setting the black level per channel (libraw:
user_cblack
).I've made this a separate issue from the normal options issue because we need to experiment with it and decide on an API. My first thought was that if you set
darkness
to a 3 or 4 tuple it knows to do it per channel, otherwise do it globally. However, the options may stack (addative?) and if so we might want to support both (or we could just leave that up to the user and do it the original way... if they want extra black per channel they can just add some ammount per channel, it's not that hard).Thoughts? /cc @campaul
TL;DR —
or
Possibly blocking on #51 depending on what we decide to do.
The text was updated successfully, but these errors were encountered: