Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | not important to demo, just mention it in the comprehensive example | Mattias Andrée | 2014-04-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | document kelvins and the automatic use of it | Mattias Andrée | 2014-04-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + add support for naming (as a string) a colour temperature constant | Mattias Andrée | 2014-04-05 | 1 | -3/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | document and reduce code | Mattias Andrée | 2014-03-29 | 1 | -35/+126 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + add cie_temperature | Mattias Andrée | 2014-03-26 | 1 | -3/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | regression bug | Mattias Andrée | 2014-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | move calculation of correlated colour temperature to the new module blackbody | Mattias Andrée | 2014-03-16 | 1 | -179/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m doc | Mattias Andrée | 2014-03-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | switch overloading sentinel from None to ... and improve sigmoid, manipulate, cie_manipulate and lower_resolution | Mattias Andrée | 2014-03-16 | 1 | -124/+141 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | improve cie_ filters by allowing control over individual subpixels | Mattias Andrée | 2014-03-16 | 1 | -34/+89 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix cie_invert | Mattias Andrée | 2014-03-16 | 1 | -5/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add cie_manipulate | Mattias Andrée | 2014-03-10 | 1 | -0/+16 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | make clip, linearise and standardise more flexible by making it possible to restrict which colour curves to affect | Mattias Andrée | 2014-03-10 | 1 | -12/+29 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | improve lower_resolution and add the comprehensive test | Mattias Andrée | 2014-02-24 | 1 | -9/+22 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | improve print_curves with compact parameters + fix lower_resolution | Mattias Andrée | 2014-02-24 | 1 | -8/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | make lower_resultion's parameters optional | Mattias Andrée | 2014-02-24 | 1 | -3/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix m bug is sigmoid + add some comments now that I have testet it | Mattias Andrée | 2014-02-24 | 1 | -2/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add (prototype for) lower_resolution just for fun | Mattias Andrée | 2014-02-22 | 1 | -0/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | more curve functions | Mattias Andrée | 2014-02-21 | 1 | -2/+54 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | rename negative to invert (mirror y) and add negative that reverses (mirror x) | Mattias Andrée | 2014-02-21 | 1 | -1/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-02-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | put temp maps in res/ | Mattias Andrée | 2014-02-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix some minor errors | Mattias Andrée | 2014-02-17 | 1 | -10/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add tempurature mappings from redshift | Mattias Andrée | 2014-02-17 | 1 | -3/+54 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | the tempurations are actually correct, suggest in doc to use divide_by_maximum | Mattias Andrée | 2014-02-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | colour tempurature does not work correctly, otherwise all curves work | Mattias Andrée | 2014-02-16 | 1 | -20/+27 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | make more parameters optional | Mattias Andrée | 2014-02-16 | 1 | -16/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | working with some exceptions | Mattias Andrée | 2014-02-16 | 1 | -12/+16 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add negative | Mattias Andrée | 2014-02-15 | 1 | -0/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2014-02-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use correct cache | Mattias Andrée | 2014-02-14 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add function start_over | Mattias Andrée | 2014-02-14 | 1 | -0/+15 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add function manipulate: Manipulate the colour curves using a lambda function | Mattias Andrée | 2014-02-14 | 1 | -0/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix derp on whitepoint adj | Mattias Andrée | 2014-02-14 | 1 | -7/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2014-02-14 | 1 | -0/+15 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | split of __main__ | Mattias Andrée | 2014-02-14 | 1 | -0/+264 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |