diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-24 23:14:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-24 23:14:15 +0000 |
commit | a587a74821c155e281d2a6ce9a9a1d7b6a336fce (patch) | |
tree | c5ddd7ed4a1cb1a03a8e9d06d16bbe25c5b153df /doc/reference.txt | |
parent | 921b949e82d9b140d69c4487b132fb4ac3185c2a (diff) |
Checked in latest from Tom Schouten's darcs repository, which was checked in
19-Feb-2008. Changes are mostly the email address and URLs, but two new
objects are also added: pdp_array2grey and pdp_grey2array for converting
between Pd arrays and greyscale images.
svn path=/trunk/externals/pdp/; revision=9899
Diffstat (limited to 'doc/reference.txt')
-rw-r--r-- | doc/reference.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference.txt b/doc/reference.txt index a57953e..d80df8f 100644 --- a/doc/reference.txt +++ b/doc/reference.txt @@ -29,6 +29,8 @@ image processors: pdp_abs absolute value pdp_add adds two images pdp_and bitwize and +pdp_array2grey convert pd array to greyscale image +pdp_grey2array convert greyscale image to pd array pdp_bitdepth set bit depth pdp_bitmask apply a bit mask pdp_bq spatial biquad filter |