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 --- system/image/pdp_imageproc_common.c | 2 +- system/image/pdp_imageproc_mmx.c | 2 +- system/image/pdp_imageproc_portable.c | 2 +- system/image/pdp_llconv.c | 2 +- system/image/pdp_llconv_mmx.c | 2 +- system/image/pdp_llconv_portable.c | 2 +- system/image/pdp_resample.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'system/image') diff --git a/system/image/pdp_imageproc_common.c b/system/image/pdp_imageproc_common.c index 184c418..a84fa0b 100644 --- a/system/image/pdp_imageproc_common.c +++ b/system/image/pdp_imageproc_common.c @@ -1,6 +1,6 @@ /* * Pure Data Packet. common image processing routines. - * 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/system/image/pdp_imageproc_mmx.c b/system/image/pdp_imageproc_mmx.c index 67f6e77..cf42d67 100644 --- a/system/image/pdp_imageproc_mmx.c +++ b/system/image/pdp_imageproc_mmx.c @@ -1,6 +1,6 @@ /* * Pure Data Packet. c wrapper for mmx image processing routines. - * 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/system/image/pdp_imageproc_portable.c b/system/image/pdp_imageproc_portable.c index facb2c8..3e155ee 100644 --- a/system/image/pdp_imageproc_portable.c +++ b/system/image/pdp_imageproc_portable.c @@ -1,6 +1,6 @@ /* * Pure Data Packet. portable image processing routines. - * 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/system/image/pdp_llconv.c b/system/image/pdp_llconv.c index f10c61d..666a1c4 100644 --- a/system/image/pdp_llconv.c +++ b/system/image/pdp_llconv.c @@ -1,6 +1,6 @@ /* * Pure Data Packet system implementation. : low level format conversion code - * 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/system/image/pdp_llconv_mmx.c b/system/image/pdp_llconv_mmx.c index 8070bac..aaddb01 100644 --- a/system/image/pdp_llconv_mmx.c +++ b/system/image/pdp_llconv_mmx.c @@ -1,7 +1,7 @@ /* * Pure Data Packet system implementation. : wrapper for mmx low level format conversion code - * 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/system/image/pdp_llconv_portable.c b/system/image/pdp_llconv_portable.c index f6d5a44..7421472 100644 --- a/system/image/pdp_llconv_portable.c +++ b/system/image/pdp_llconv_portable.c @@ -1,7 +1,7 @@ /* * Pure Data Packet system implementation. : portable low level format conversion code - * 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/system/image/pdp_resample.c b/system/image/pdp_resample.c index 6fbd274..ac51c99 100644 --- a/system/image/pdp_resample.c +++ b/system/image/pdp_resample.c @@ -1,6 +1,6 @@ /* * Pure Data Packet system file. - image resampling routines - * 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