From 4e122f5dde4fba73d86c86ad9dbd7cbee84808df Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 1 Jun 2018 11:48:23 +0200 Subject: Add tile task --- docs/filters.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs') diff --git a/docs/filters.rst b/docs/filters.rst index f46e7c5..e65be5f 100644 --- a/docs/filters.rst +++ b/docs/filters.rst @@ -307,6 +307,27 @@ Cutting Width of the region to cut out. +Tiling +------ + +.. gobj:class:: tile + + Cuts input into multiple tiles. The stream contains tiles in a zig-zag + pattern, i.e. the first tile starts at the top left corner of the input goes + on the same row until the end and continues on the first tile of the next + row until the final tile in the lower right corner. + + .. gobj:prop:: width:uint + + Width of a tile which must be a divisor of the input width. If this is + not changed, the full width will be used. + + .. gobj:prop:: height:uint + + Width of a tile which must be a divisor of the input height. If this is + not changed, the full height will be used. + + Swapping quadrants ------------------ -- cgit v1.2.1