aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-07Fix blind-spiral-gradientMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-07Add blind-chroma-keyMattias Andrée2-1/+94
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-05Add blind-dual-keyMattias Andrée1-0/+81
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-05Add blind-extract-alphaMattias Andrée3-0/+70
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Fix blind-to-image -fMattias Andrée1-6/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Fix return value of readallMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03blind-cone-gradient: make the singularity's value 0.5Mattias Andrée1-12/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Document blind-coordinate-field, blind-*-gradient, and blind-*-wave (sinc still pending), and sinus => sineMattias Andrée2-0/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03blind-spiral-gradient: add support for superelliptic sprialsMattias Andrée1-9/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add gradientsMattias Andrée13-0/+1255
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add mod to blind-arithmMattias Andrée2-0/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add blind-normMattias Andrée1-0/+86
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add blind-{,un}premultiply, blind-{dot,cross,quaternion}-product, and blind-vector-projectionMattias Andrée6-0/+424
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-04Add blind-find-rectangleMattias Andrée1-0/+135
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03blind-repeat: add -f and fix reading from file bugMattias Andrée1-6/+53
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Document blind-cat-rows and blind-cat-colsMattias Andrée2-2/+2
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ée2-24/+22
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-interleave, blind-cat-rows, and blind-cat-colsMattias Andrée3-0/+128
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Add blind-disperse, blind-split-rows, and blind-split-colsMattias Andrée5-10/+217
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-31blind-stack: add -sMattias Andrée3-6/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-teeMattias Andrée1-0/+52
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ée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-from-named and blind-to-namedMattias Andrée3-0/+255
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-16Fix errors and warnings and make the code cleanerMattias Andrée49-576/+452
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-14Add blind-tempral-meanMattias Andrée1-0/+186
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ée1-21/+88
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ée1-0/+137
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-make-kernelMattias Andrée2-2/+171
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ée2-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-13Add blind-to-portable and blind-from-portableMattias Andrée3-0/+323
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ée23-199/+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ée1-15/+30
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ée3-3/+86
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-07Add support for floatsMattias Andrée18-647/+879
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>