diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:32:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:32:46 +0100 |
commit | 7c17cf553711c8911940bc578fa6dfa1de12840a (patch) | |
tree | 6c15797468441747dcc87731d5dc1cdaa870cf9a /TODO | |
parent | improve cie_ filters by allowing control over individual subpixels (diff) | |
download | blueshift-7c17cf553711c8911940bc578fa6dfa1de12840a.tar.gz blueshift-7c17cf553711c8911940bc578fa6dfa1de12840a.tar.bz2 blueshift-7c17cf553711c8911940bc578fa6dfa1de12840a.tar.xz |
switch overloading sentinel from None to ... and improve sigmoid, manipulate, cie_manipulate and lower_resolution
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,8 +9,10 @@ Medium priority: Low priority: Demo cie_{brigtness,contrast,manipulate} with 3 arguments and cie_limits with 6 3 arguments. + Demo `None` and `...` in sigmoid, manipulate, cie_manipulate + and lower_resolution. Add a section in manual for information on which order - to apply settings and how it affects the result + to apply settings and how it affects the result. Future stuff: Add wayland support (could not find an API for it, but xwayland works) |