aboutsummaryrefslogtreecommitdiffstats
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-05Add support for skipping conversion to CIEXYZ (not complete)Mattias Andrée8-8/+148
Some tools are colour space agnostic or even encoding agnostic, by skipping conversion to CIEXYZ when these tools are used, the rendering time can be significantly reduced. The video can also be split horizontally and vertically, and latted merged back, so it is not necessary to convert the entire video if only parts of it actually need it. Because some tools are less agnostic than other tools, partial conversion to CIEXYZ is also added. blind-convert must be updated, and all tools most be test Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-27fix typo and alphabetical order of commandsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-27Add blind-transition, improve blind-dissolve, and fix blind-{cone,spiral}-gradientMattias Andrée5-1/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26Add glow effectsMattias Andrée2-4/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind{-make,}-kernel: apply identity kernel instead of null kernel to non-selected channelsMattias Andrée2-16/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind-kernel: add more kernelsMattias Andrée1-23/+105
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26blind*-mean: add -d and replace power with power-streamMattias Andrée3-41/+64
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-26Add blind-meanMattias Andrée7-1/+96
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-25Fix blind-kernel and blind-temporal-mean,d add blind-{spatial,temporal}-arithm and blind-spatial-mean, and add support for multiple streams in ↵Mattias Andrée10-2/+332
blind-arithm Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23blind-primary-key: add -kMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Fix some errors, add manual for blind-colour-matrix and add blind-primary-keyMattias Andrée5-2/+167
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-23Add blind-colour-matrix, and blind-invert-matrix: fix -e and add -axyzMattias Andrée4-2/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-22Add blind-apply-kernelMattias Andrée3-1/+78
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-21blind-split-chan: add -cMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-20Add blind-affine-colour and blind-split-chansMattias Andrée7-4/+132
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-18Add blind-mosaic-corners and fix enset_pixel_formatMattias Andrée8-0/+50
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-15Some improvements and fixesMattias Andrée1-5/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-matrix-{rotate,shear}: add -dMattias Andrée2-2/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Fix blind-invert-matrix and increase percision of blind-to-textMattias Andrée2-1/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-invert-matrixMattias Andrée3-0/+39
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14blind-multiply-matrices.1: reference -transpose, -flip, -flop, and -rotate-*Mattias Andrée1-1/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-multiply-matricesMattias Andrée10-8/+61
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/+343
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-14Add blind-mosaic-edgesMattias Andrée1-7/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Document blind-mosaic-edges (upcoming)Mattias Andrée7-5/+52
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Add blind-mosaicMattias Andrée7-5/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-13Document blind-hexagon-tessellation, blind-rectangle-tessellation, and blind-triangle-tessellationMattias Andrée5-1/+122
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-1/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-12Add blind-get-coloursMattias Andrée3-1/+20
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11Add blind-repeat-tessellationMattias Andrée2-0/+37
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: add -tMattias Andrée1-1/+22
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-11blind-spiral-gradient: add -sMattias Andrée1-0/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-09Reorder references under see also in gradient man pagesMattias Andrée5-25/+25
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-09Document blind-spectrumMattias Andrée13-0/+99
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-07Add blind-chroma-keyMattias Andrée3-4/+47
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-05Add blind-dual-keyMattias Andrée2-0/+58
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-05Add blind-extract-alphaMattias Andrée3-1/+25
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-03Document blind-sinc-waveMattias Andrée2-1/+55
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ée12-8/+659
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add mod to blind-arithmMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-07-02Add blind-normMattias Andrée7-0/+42
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ée8-0/+218
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-04Add blind-find-rectangleMattias Andrée2-0/+73
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-03blind-repeat: add -f and fix reading from file bugMattias Andrée1-1/+15
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ée1-1/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-06-02Document blind-cat-rows and blind-cat-colsMattias Andrée2-0/+44
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ée8-4/+173
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-31blind-stack: add -sMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Add blind-teeMattias Andrée4-2/+35
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-25Document blind-to-named and blind-from-namedMattias Andrée3-0/+109
Signed-off-by: Mattias Andrée <maandree@kth.se>