|
|
| version 1.12, 2001/09/21 14:46:09 | version 1.14, 2001/09/27 07:26:27 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: image manipulations impl2. | Parser: image manipulations impl2. |
| Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) | |
| Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) | Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) |
| $Id$ | |
| based on: gd | |
| Written by Tom Boutell, 5/94. | |
| Copyright 1994, Cold Spring Harbor Labs. | |
| Permission granted to use this code in any fashion provided | |
| that this notice is retained and any alterations are | |
| labeled as such. It is requested, but not required, that | |
| you share extensions to this module with us so that we | |
| can incorporate them into new versions. | |
| based on: | based on: |
| ** | ** |
| ** Based on GIFENCOD by David Rowley <mgardi@watdscu.waterloo.edu>. A | ** Based on GIFENCOD by David Rowley <mgardi@watdscu.waterloo.edu>. A |
| Line 23 | Line 36 |
| ** CompuServe Incorporated. GIF(sm) is a Service Mark property of | ** CompuServe Incorporated. GIF(sm) is a Service Mark property of |
| ** CompuServe Incorporated. | ** CompuServe Incorporated. |
| */ | */ |
| static const char *RCSId="$Id$"; | |
| #include "gif.h" | #include "gif.h" |