summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-02-28 17:55:30 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-02-28 18:03:59 +0100
commit0e1d1f669fbaaffe3c4d21de97795c23d45a063c (patch)
tree99cffdd9f25ea797291d7eaee81041d2b93ecf60 /docs
parent2f42f7954542288586e3827455750161dc95f9ec (diff)
downloadufo-filters-0e1d1f669fbaaffe3c4d21de97795c23d45a063c.tar.gz
ufo-filters-0e1d1f669fbaaffe3c4d21de97795c23d45a063c.tar.bz2
ufo-filters-0e1d1f669fbaaffe3c4d21de97795c23d45a063c.tar.xz
ufo-filters-0e1d1f669fbaaffe3c4d21de97795c23d45a063c.zip
Add cut task
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index 6ab48d3..b0f92fe 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -245,6 +245,20 @@ Cropping
Start cropping from the center outwards.
+Cutting
+-------
+
+.. gobj:class:: cut
+
+ Cuts a region from the input and merges the two halves together. In a way,
+ it is the opposite of crop.
+
+ .. gobj:prop:: width:uint
+
+ Width of the region to cut out.
+
+
+
Polar transformation
--------------------