aboutsummaryrefslogtreecommitdiff
path: root/modules/image_basic
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
commita587a74821c155e281d2a6ce9a9a1d7b6a336fce (patch)
treec5ddd7ed4a1cb1a03a8e9d06d16bbe25c5b153df /modules/image_basic
parent921b949e82d9b140d69c4487b132fb4ac3185c2a (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 'modules/image_basic')
-rw-r--r--modules/image_basic/pdp_add.c2
-rw-r--r--modules/image_basic/pdp_bq.c2
-rw-r--r--modules/image_basic/pdp_cheby.c2
-rw-r--r--modules/image_basic/pdp_constant.c2
-rw-r--r--modules/image_basic/pdp_conv.c2
-rw-r--r--modules/image_basic/pdp_gain.c2
-rw-r--r--modules/image_basic/pdp_logic.c2
-rw-r--r--modules/image_basic/pdp_mix.c2
-rw-r--r--modules/image_basic/pdp_mul.c2
-rw-r--r--modules/image_basic/pdp_noise.c2
-rw-r--r--modules/image_basic/pdp_plasma.c2
-rw-r--r--modules/image_basic/pdp_randmix.c2
-rw-r--r--modules/image_basic/pdp_stateless.c2
-rw-r--r--modules/image_basic/pdp_zoom.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/modules/image_basic/pdp_add.c b/modules/image_basic/pdp_add.c
index 0366c16..d6b94cb 100644
--- a/modules/image_basic/pdp_add.c
+++ b/modules/image_basic/pdp_add.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_bq.c b/modules/image_basic/pdp_bq.c
index 088e50b..4da4eee 100644
--- a/modules/image_basic/pdp_bq.c
+++ b/modules/image_basic/pdp_bq.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_cheby.c b/modules/image_basic/pdp_cheby.c
index 6d382ad..f4bf516 100644
--- a/modules/image_basic/pdp_cheby.c
+++ b/modules/image_basic/pdp_cheby.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_constant.c b/modules/image_basic/pdp_constant.c
index e5b088e..ffd8db1 100644
--- a/modules/image_basic/pdp_constant.c
+++ b/modules/image_basic/pdp_constant.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_conv.c b/modules/image_basic/pdp_conv.c
index dfce381..4ec942a 100644
--- a/modules/image_basic/pdp_conv.c
+++ b/modules/image_basic/pdp_conv.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_gain.c b/modules/image_basic/pdp_gain.c
index c36f758..dd58f7a 100644
--- a/modules/image_basic/pdp_gain.c
+++ b/modules/image_basic/pdp_gain.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_logic.c b/modules/image_basic/pdp_logic.c
index 002557c..78b74d6 100644
--- a/modules/image_basic/pdp_logic.c
+++ b/modules/image_basic/pdp_logic.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_mix.c b/modules/image_basic/pdp_mix.c
index 2d01d38..27c4368 100644
--- a/modules/image_basic/pdp_mix.c
+++ b/modules/image_basic/pdp_mix.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_mul.c b/modules/image_basic/pdp_mul.c
index c7321d7..c393e41 100644
--- a/modules/image_basic/pdp_mul.c
+++ b/modules/image_basic/pdp_mul.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_noise.c b/modules/image_basic/pdp_noise.c
index cb8f772..bfc2dc9 100644
--- a/modules/image_basic/pdp_noise.c
+++ b/modules/image_basic/pdp_noise.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_plasma.c b/modules/image_basic/pdp_plasma.c
index 78d886c..523f188 100644
--- a/modules/image_basic/pdp_plasma.c
+++ b/modules/image_basic/pdp_plasma.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_randmix.c b/modules/image_basic/pdp_randmix.c
index 2fd6adf..58cd583 100644
--- a/modules/image_basic/pdp_randmix.c
+++ b/modules/image_basic/pdp_randmix.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_stateless.c b/modules/image_basic/pdp_stateless.c
index cdcf313..6c264a9 100644
--- a/modules/image_basic/pdp_stateless.c
+++ b/modules/image_basic/pdp_stateless.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module. Some stateless image operations.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/image_basic/pdp_zoom.c b/modules/image_basic/pdp_zoom.c
index 48ba167..8bfcb64 100644
--- a/modules/image_basic/pdp_zoom.c
+++ b/modules/image_basic/pdp_zoom.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by