--- parser3/src/lib/gd/gif.h 2003/11/21 12:35:50 1.1 +++ parser3/src/lib/gd/gif.h 2012/03/16 09:24:11 1.5 @@ -1,7 +1,7 @@ /** @file Parser: image manipulations decls. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) based on: gd.h: declarations file for the gifdraw module. @@ -18,7 +18,7 @@ #ifndef GIF_H #define GIF_H -static const char * const IDENT_GIF_H="$Date: 2003/11/21 12:35:50 $"; +#define IDENT_GIF_H "$Id: gif.h,v 1.5 2012/03/16 09:24:11 moko Exp $" #include "pa_config_includes.h" @@ -97,6 +97,7 @@ public: int ColorExact(int r, int g, int b); int ColorRGB(int r, int g, int b); int Color(unsigned int rgb); + unsigned int DecodeColor(int color); void ColorDeallocate(int color); void SetColorTransparent(int color);