From 6d662e245f2339ef0e3a31720d0625d1849ab1b7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 14 Dec 2001 13:02:16 +0000 Subject: [PATCH] *** empty log message *** --- IMG.c | 10 +++++----- IMG_bmp.c | 10 +++++----- IMG_gif.c | 10 +++++----- IMG_jpg.c | 10 +++++----- IMG_lbm.c | 10 +++++----- IMG_pcx.c | 10 +++++----- IMG_png.c | 10 +++++----- IMG_pnm.c | 10 +++++----- IMG_tga.c | 10 +++++----- IMG_tif.c | 15 +++++---------- IMG_xcf.c | 12 +++++------- IMG_xpm.c | 10 +++++----- IMG_xxx.c | 10 +++++----- SDL_image.h | 6 +----- showimage.c | 28 ++++++++++++++-------------- 15 files changed, 80 insertions(+), 91 deletions(-) diff --git a/IMG.c b/IMG.c index ad2818c7..c2cccc38 100644 --- a/IMG.c +++ b/IMG.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* A simple library to load images of various formats as SDL surfaces */ #include diff --git a/IMG_bmp.c b/IMG_bmp.c index 87f4e0cb..44aaf301 100644 --- a/IMG_bmp.c +++ b/IMG_bmp.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* This is a BMP image file loading framework */ #include diff --git a/IMG_gif.c b/IMG_gif.c index cb65d2c1..f4d13a1a 100644 --- a/IMG_gif.c +++ b/IMG_gif.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* This is a GIF image file loading framework */ #include diff --git a/IMG_jpg.c b/IMG_jpg.c index 4e8e5625..7c884518 100644 --- a/IMG_jpg.c +++ b/IMG_jpg.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* This is a JPEG image file loading framework */ #include diff --git a/IMG_lbm.c b/IMG_lbm.c index ce79d7f8..17c1a226 100644 --- a/IMG_lbm.c +++ b/IMG_lbm.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,10 +17,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ + +/* $Id$ */ /* This is a ILBM image file loading framework Load IFF pictures, PBM & ILBM packing methods, with or without stencil diff --git a/IMG_pcx.c b/IMG_pcx.c index d1c08f5d..dcb779ef 100644 --- a/IMG_pcx.c +++ b/IMG_pcx.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* * PCX file reader: * Supports: diff --git a/IMG_png.c b/IMG_png.c index 92a7a86a..492ae0c4 100644 --- a/IMG_png.c +++ b/IMG_png.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* This is a PNG image file loading framework */ #include diff --git a/IMG_pnm.c b/IMG_pnm.c index 316f4500..920461fd 100644 --- a/IMG_pnm.c +++ b/IMG_pnm.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* * PNM (portable anymap) image loader: * diff --git a/IMG_tga.c b/IMG_tga.c index 2a63a2db..30627c9d 100644 --- a/IMG_tga.c +++ b/IMG_tga.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + #include #include #include diff --git a/IMG_tif.c b/IMG_tif.c index f5057d8a..93045963 100644 --- a/IMG_tif.c +++ b/IMG_tif.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,16 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com - - 5/29/2000: TIFF loader written. Mark Baker (mbaker@0x7a69.net) - 2000-07-28: Fixed two off-by one bugs in reversal loop and made it work on - big-endian machines (Mattias) - 2000-08-09: Removed alpha inversion (Mattias) + slouken@libsdl.org */ +/* $Id$ */ + /* This is a TIFF image file loading framework */ diff --git a/IMG_xcf.c b/IMG_xcf.c index 541e7dc2..31de482a 100644 --- a/IMG_xcf.c +++ b/IMG_xcf.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,13 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com - - XCF support by Bernhard J. Pietsch + slouken@libsdl.org */ +/* $Id$ */ + /* This is a XCF image file loading framework */ #include diff --git a/IMG_xpm.c b/IMG_xpm.c index 7a8c7ba9..cbfa3814 100644 --- a/IMG_xpm.c +++ b/IMG_xpm.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* * XPM (X PixMap) image loader: * diff --git a/IMG_xxx.c b/IMG_xxx.c index ef1669f1..b8ace487 100644 --- a/IMG_xxx.c +++ b/IMG_xxx.c @@ -1,6 +1,6 @@ /* - IMGLIB: An example image loading library for use with SDL - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -17,11 +17,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + /* This is a generic "format not supported" image framework */ #include diff --git a/SDL_image.h b/SDL_image.h index 3f9ff056..048bffa8 100644 --- a/SDL_image.h +++ b/SDL_image.h @@ -20,11 +20,7 @@ slouken@libsdl.org */ -#ifdef SAVE_RCSID -static char rcsid = - "@(#) $Id$"; -#endif - +/* $Id$ */ /* A simple library to load images of various formats as SDL surfaces */ diff --git a/showimage.c b/showimage.c index 946298ee..4db9ce96 100644 --- a/showimage.c +++ b/showimage.c @@ -1,27 +1,27 @@ /* - SHOW: A test application for the SDL image loading library. - Copyright (C) 1999 Sam Lantinga + SDL_image: An example image loading library for use with SDL + Copyright (C) 1999, 2000, 2001 Sam Lantinga - 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Sam Lantinga - 5635-34 Springhouse Dr. - Pleasanton, CA 94588 (USA) - slouken@devolution.com + slouken@libsdl.org */ +/* $Id$ */ + #include #include #include