summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-10-24 11:45:58 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-10-24 11:45:58 +0200
commit54bc6d5f31e5607d015691a887b03e3798b19d5f (patch)
tree27e445f53308d59e968e0a148b92649269863e78 /docs
parent76b0779de953fea0bd73e9e5cf5b17ead2e4e827 (diff)
downloadufo-filters-54bc6d5f31e5607d015691a887b03e3798b19d5f.tar.gz
ufo-filters-54bc6d5f31e5607d015691a887b03e3798b19d5f.tar.bz2
ufo-filters-54bc6d5f31e5607d015691a887b03e3798b19d5f.tar.xz
ufo-filters-54bc6d5f31e5607d015691a887b03e3798b19d5f.zip
Fix filter and generator docs
Diffstat (limited to 'docs')
-rw-r--r--docs/filters.rst4
-rw-r--r--docs/generators.rst8
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/filters.rst b/docs/filters.rst
index 91699ce..8991acb 100644
--- a/docs/filters.rst
+++ b/docs/filters.rst
@@ -431,6 +431,10 @@ Cropping
Height of the region of interest.
+ .. gobj:prop:: from-center:boolean
+
+ Start cropping from the center outwards.
+
Rescaling
---------
diff --git a/docs/generators.rst b/docs/generators.rst
index 4c484e7..c9051b2 100644
--- a/docs/generators.rst
+++ b/docs/generators.rst
@@ -221,8 +221,8 @@ Empty data
Only asks for image data sized :gobj:prop:`width` times :gobj:prop:`height`
times :gobj:prop:`depth` and forwards :gobj:prop:`number` of them to the
- next filter. The data is never touched, thus it is suitable for performance
- measurements.
+ next filter. The data is never touched if :gobj:prop:`init` is not set, thus
+ it might be suitable for performance measurements.
.. gobj:prop:: width:int
@@ -239,3 +239,7 @@ Empty data
.. gobj:prop:: number:int
Number of images to produce.
+
+ .. gobj:prop:: init:float
+
+ Value to initialize the output buffer.