aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-from-image.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-02Add blind-{,un}premultiply, blind-{dot,cross,quaternion}-product, and blind-vector-projectionMattias Andrée17-0/+673
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-11Fix typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-06Update todoMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-04Add blind-find-rectangleMattias Andrée5-0/+212
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-04Update todoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03blind-repeat: add -f and fix reading from file bugMattias Andrée3-9/+68
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03There is no reason to add support for pipes in blind-rewrite-headMattias Andrée2-3/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Document blind-cat-rows and blind-cat-colsMattias Andrée5-6/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Fix blind-cat-cols and blind-cat-rows cmdline and document blind-disperse, blind-interleave, blind-split-cols, and blind-split-rowsMattias Andrée12-33/+213
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-interleave, blind-cat-rows, and blind-cat-colsMattias Andrée5-3/+134
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-disperse, blind-split-rows, and blind-split-colsMattias Andrée7-14/+226
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Update todoMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-31blind-stack: add -sMattias Andrée4-7/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-teeMattias Andrée7-2/+91
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Fix blind-from-namedMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Document blind-to-named and blind-from-namedMattias Andrée5-3/+118
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-from-named and blind-to-namedMattias Andrée7-3/+266
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-16Fix errors and warnings and make the code cleanerMattias Andrée51-579/+459
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add blind-tempral-meanMattias Andrée3-1/+200
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Fix errors in blind-kernel and add -w to box blur, and update TODOMattias Andrée2-21/+105
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add missing default case and use strcasecmp for cheching selecting directionMattias Andrée1-11/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add gaussian blur and unshaping kernelsMattias Andrée2-5/+90
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-kernelMattias Andrée3-0/+140
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-make-kernelMattias Andrée6-2/+262
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add man pages for blind-{to,from}-portable and make -s the default (and invert it's meaning)Mattias Andrée8-6/+72
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-to-portable and blind-from-portableMattias Andrée5-1/+331
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Fix errors from the latest commitsMattias Andrée3-7/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Fix warningsMattias Andrée3-4/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Cleaner codeMattias Andrée24-202/+205
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10Cleaner codeMattias Andrée37-331/+273
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-10blind-flip is optimalMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-09Fix typoMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-09Add padding to struct streamMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-09Fix bug in readall, thanks to Jean-Louis FuchsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-08Improve performance of blind-convertMattias Andrée1-19/+23
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-08Improve performance of blind-flopMattias Andrée2-9/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-08Improve performance and memory usage of blind-transposeMattias Andrée2-17/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-08Improve performance of blind-transposeMattias Andrée1-13/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-07Add blind-convertMattias Andrée4-3/+87
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-07Add support for floatsMattias Andrée24-648/+948
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-06Bump version to 1.11.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-06blind-gauss-blur: fix -aMattias Andrée1-7/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-04Fix bad function castMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-04Fix error messageMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-04Fix enjoin_jobsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-04List blind-translate and blind-skip-pattern in list of commandsMattias Andrée3-1/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-03Minor rewrite of blind-single-colour.cMattias Andrée1-16/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-03Add constants D65_XYZ_X and D65_XYZ_ZMattias Andrée5-27/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-02Fixes and improvements to stream.cMattias Andrée1-42/+41
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-02Fix call to exit in enjoin_jobsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>