aboutsummaryrefslogtreecommitdiff
path: root/doc/reference.txt
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-28 09:47:11 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-28 09:47:11 +0000
commita0aef64af84622e8d6d02c7714fb82178dea0286 (patch)
tree686f237df30d8a8bd6538b3eafd1e0790cac3355 /doc/reference.txt
parent7da1d644ff98078ad2a78d940ec991abff440b00 (diff)
pdp docs
svn path=/trunk/externals/pdp/; revision=439
Diffstat (limited to 'doc/reference.txt')
-rw-r--r--doc/reference.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference.txt b/doc/reference.txt
index b6b8ff3..dc0ec3d 100644
--- a/doc/reference.txt
+++ b/doc/reference.txt
@@ -21,11 +21,13 @@ image processors:
pdp_add adds two images
pdp_bq spatial biquad filter
pdp_bqt temporal biquad filter
+pdp_constant fills an image with a constant
pdp_conv horizontal/vertical seperable convolution filter
pdp_cheby chebyshev color shaper
pdp_chrot rotates the chroma components
pdp_gradient converts a greyscale image using a colour palette
pdp_grey converts an image to greyscale
+pdp_grey2mask converts a greyscale image to an image mask
pdp_mul multiplies two images
pdp_affine shifts and scales a colour plane
pdp_mix crossfade between 2 images
@@ -35,7 +37,8 @@ pdp_noise a noise generator
pdp_rotate tiled rotate
pdp_scope~ a very simple oscilloscope
pdp_scale rescale an image
-pdp_scan~ scanned synthesis oscillator
+pdp_scan~ phase input scanned synthesis oscillator
+pdp_scanxy~ x,y coordinate input scanned synthesis oscillator
pdp_zoom tiled zoom
pdp_zrot tiled zoom + rotate
@@ -59,6 +62,7 @@ pdp_conv_sobel_hor horizontal sobel edge detector
pdp_conv_sobel_ver vertical sobel edge detector
pdp_conv_sobel_edge sum of squares of hor and ver
pdp_saturation change colour saturation
+pdp_invert inverse video
cellular automata (separate lib):