changeset 6821:414ea538b99e

Document rectangle plugin.
author kmkaplan
date Sat, 27 Jul 2002 12:18:53 +0000
parents a99c7700e4f1
children 6b1810b8d251
files DOCS/tech/vop.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/vop.txt	Sat Jul 27 11:40:15 2002 +0000
+++ b/DOCS/tech/vop.txt	Sat Jul 27 12:18:53 2002 +0000
@@ -51,6 +51,14 @@
     No parameters.
     MPI: TEMP
 
+-vop rectangle[=w:h:x:y]
+    Draw a rectangle.  Useful for testing crop plugin parameters.
+    w,h (rectangle's width and height) defaults (-1) to maximum
+        possible width while keeping the boundaries visible.
+    x,y (rectangle's top left corner position) defauts (-1) to upper
+        left most position.
+    MPI: TEMP
+
 -vop rotate[=x]
     Rotate image +/- 90 degrees
     Optional 'x' parameter (0..3) controls horizontal and vertical mirroring