diff options
| -rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +blind-tee (and tee(1)) is too slow (bottleneck) and must be reimplemented +using tee(2) and splice(2). cat(1) may also be too slow, if this is the +case, add blind-splice that just copies stdin to stdout using splice(2). + blind-transform affine transformation by matrix multiplication, -[xy] for tiling, -s for improve quality on downscaling (pixels' neighbours must not change) blind-apply-map remap pixels (distortion) using the X and Y values, -[xy] for tiling, -s for |
