From a587a74821c155e281d2a6ce9a9a1d7b6a336fce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 23:14:15 +0000 Subject: 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 --- modules/image_basic/pdp_add.c | 2 +- modules/image_basic/pdp_bq.c | 2 +- modules/image_basic/pdp_cheby.c | 2 +- modules/image_basic/pdp_constant.c | 2 +- modules/image_basic/pdp_conv.c | 2 +- modules/image_basic/pdp_gain.c | 2 +- modules/image_basic/pdp_logic.c | 2 +- modules/image_basic/pdp_mix.c | 2 +- modules/image_basic/pdp_mul.c | 2 +- modules/image_basic/pdp_noise.c | 2 +- modules/image_basic/pdp_plasma.c | 2 +- modules/image_basic/pdp_randmix.c | 2 +- modules/image_basic/pdp_stateless.c | 2 +- modules/image_basic/pdp_zoom.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'modules/image_basic') 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 + * Copyright (c) by Tom Schouten * * 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 -- cgit v1.2.1