summaryrefslogtreecommitdiffstats
path: root/src/curve.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improve lower_resolution and add the comprehensive testMattias Andrée2014-02-241-9/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve print_curves with compact parameters + fix lower_resolutionMattias Andrée2014-02-241-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make lower_resultion's parameters optionalMattias Andrée2014-02-241-3/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix m bug is sigmoid + add some comments now that I have testet itMattias Andrée2014-02-241-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add (prototype for) lower_resolution just for funMattias Andrée2014-02-221-0/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more curve functionsMattias Andrée2014-02-211-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ée2014-02-211-1/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* put temp maps in res/Mattias Andrée2014-02-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some minor errorsMattias Andrée2014-02-171-10/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tempurature mappings from redshiftMattias Andrée2014-02-171-3/+54
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the tempurations are actually correct, suggest in doc to use divide_by_maximumMattias Andrée2014-02-161-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* colour tempurature does not work correctly, otherwise all curves workMattias Andrée2014-02-161-20/+27
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make more parameters optionalMattias Andrée2014-02-161-16/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* working with some exceptionsMattias Andrée2014-02-161-12/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add negativeMattias Andrée2014-02-151-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-02-141-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use correct cacheMattias Andrée2014-02-141-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add function start_overMattias Andrée2014-02-141-0/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add function manipulate: Manipulate the colour curves using a lambda functionMattias Andrée2014-02-141-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix derp on whitepoint adjMattias Andrée2014-02-141-7/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-02-141-0/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split of __main__Mattias Andrée2014-02-141-0/+264
Signed-off-by: Mattias Andrée <maandree@operamail.com>