aboutsummaryrefslogtreecommitdiff
path: root/doc/reference.txt
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
commit7da1d644ff98078ad2a78d940ec991abff440b00 (patch)
treecd5942bd3be84b57228d4d978ec4753dbdc56a89 /doc/reference.txt
parent41faefa9874e70af29f1ad5ebc2a55f0be9a9cff (diff)
pdp 0.8.3
svn path=/trunk/externals/pdp/; revision=382
Diffstat (limited to 'doc/reference.txt')
-rw-r--r--doc/reference.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/reference.txt b/doc/reference.txt
index 1def808..b6b8ff3 100644
--- a/doc/reference.txt
+++ b/doc/reference.txt
@@ -1,6 +1,6 @@
This is a list of all pdp objects and abstractions with a minimal description.
Take a look at the patches in the doc/ directory for more info.
-(Messy doc/test patches can be found in the test/ directory.)
+(Messy doc & test patches can be found in the test/ directory.)
general purpose pdp modules:
@@ -22,6 +22,8 @@ pdp_add adds two images
pdp_bq spatial biquad filter
pdp_bqt temporal biquad filter
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_mul multiplies two images
@@ -30,10 +32,12 @@ pdp_mix crossfade between 2 images
pdp_mix2 mixes 2 images after applying a gain to each of them
pdp_randmix crossfades 2 images by taking random pixels
pdp_noise a noise generator
+pdp_rotate tiled rotate
pdp_scope~ a very simple oscilloscope
-pdp_chrot rotates the chroma components
pdp_scale rescale an image
+pdp_scan~ scanned synthesis oscillator
pdp_zoom tiled zoom
+pdp_zrot tiled zoom + rotate
utility abstractions
@@ -56,7 +60,7 @@ pdp_conv_sobel_ver vertical sobel edge detector
pdp_conv_sobel_edge sum of squares of hor and ver
pdp_saturation change colour saturation
-cellular automata:
+cellular automata (separate lib):
pdp_ca computes a cellular automaton (as a generator or a filter)
pdp_ca2image converts a CA packet to a greyscale image