summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-06-01 11:48:23 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-06-01 11:48:23 +0200
commit4e122f5dde4fba73d86c86ad9dbd7cbee84808df (patch)
tree35432f8081298e985bd581e7a989a8befab222fe /docs
parent45105b51a61de64ad9e8a4041c12b31de9af0ca4 (diff)
downloadufo-filters-4e122f5dde4fba73d86c86ad9dbd7cbee84808df.tar.gz
ufo-filters-4e122f5dde4fba73d86c86ad9dbd7cbee84808df.tar.bz2
ufo-filters-4e122f5dde4fba73d86c86ad9dbd7cbee84808df.tar.xz
ufo-filters-4e122f5dde4fba73d86c86ad9dbd7cbee84808df.zip
Add tile task
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst21
1 files changed, 21 insertions, 0 deletions
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
------------------