|
|
| version 1.15, 2001/11/05 11:46:22 | version 1.20, 2002/08/01 11:41:14 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: image manipulations impl2. | Parser: image manipulations impl2. |
| Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexander Petrosyan <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| $Id$ | |
| based on: gd | based on: gd |
| Line 37 | Line 35 |
| ** CompuServe Incorporated. | ** CompuServe Incorporated. |
| */ | */ |
| static const char* IDENT_GIFIO_C="$Date$"; | |
| #include "gif.h" | #include "gif.h" |
| static int colorstobpp(int colors); | static int colorstobpp(int colors); |
| Line 85 colorstobpp(int colors) | Line 85 colorstobpp(int colors) |
| * | * |
| *****************************************************************************/ | *****************************************************************************/ |
| #ifndef TRUE | |
| #define TRUE 1 | #define TRUE 1 |
| #endif | |
| #ifndef FALSE | |
| #define FALSE 0 | #define FALSE 0 |
| #endif | |
| /* | /* |
| * Bump the 'curx' and 'cury' to point to the next pixel | * Bump the 'curx' and 'cury' to point to the next pixel |
| Line 723 gdGifEncoder::gdGifEncoder(Pool& pool, g | Line 727 gdGifEncoder::gdGifEncoder(Pool& pool, g |
| #define MAXCOLORMAPSIZE 256 | #define MAXCOLORMAPSIZE 256 |
| #ifndef TRUE | |
| #define TRUE 1 | #define TRUE 1 |
| #endif | |
| #ifndef FALSE | |
| #define FALSE 0 | #define FALSE 0 |
| #endif | |
| #define CM_RED 0 | #define CM_RED 0 |
| #define CM_GREEN 1 | #define CM_GREEN 1 |