aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-14blind-matrix-{rotate,shear}: add -dMattias Andrée3-8/+73
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix blind-invert-matrix and increase percision of blind-to-textMattias Andrée2-7/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-matrix-rotate: fix nonuse of -cMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-matrix-{rotate,transpose}: fix input checkMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Improve palette in blind-hexagon-tessellation and blind-rectangle-tessellationMattias Andrée2-24/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-invert-matrixMattias Andrée1-0/+132
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-multiply-matricesMattias Andrée1-0/+138
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-stack: fix frame count predictionMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose}Mattias Andrée8-0/+564
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Improve performance of blind-stackMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-mosaic-edgesMattias Andrée1-0/+114
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Add blind-mosaicMattias Andrée1-0/+174
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Add blind-rectangle-tessellation, blind-triangle-tessellation, and blind-hexagon-tessellationMattias Andrée3-0/+273
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-12Add blind-apply-palette and blind-colour-ciexyz always outputs all three parametersMattias Andrée3-4/+118
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-12Add blind-get-coloursMattias Andrée1-0/+88
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11Add blind-repeat-tessellationMattias Andrée1-0/+52
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: add -tMattias Andrée1-3/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: add -sMattias Andrée1-1/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: fix -aMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: set the value of the singularity to 0Mattias Andrée1-6/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-08Add blind-spectrum (not yet documented)Mattias Andrée1-0/+166
Signed-off-by: Mattias Andrée <maandree@kth.se>
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>