This commit is contained in:
2025-08-25 16:24:38 +02:00
parent 4b5c2a9467
commit 18e2a5368d
15804 changed files with 2 additions and 2519348 deletions

View File

@@ -1,18 +0,0 @@
--- ./lib/gif_lib.h.orig 2013-09-03 16:46:28.000000000 +0300
+++ ./lib/gif_lib.h 2014-12-27 22:16:49.000000000 +0200
@@ -180,6 +180,15 @@
#define D_GIF_ERR_IMAGE_DEFECT 112
#define D_GIF_ERR_EOF_TOO_SOON 113
+/******************************************************************************
+ * O.K., here are the routines from GIF_LIB file QUANTIZE.C.
+******************************************************************************/
+int QuantizeBuffer(unsigned int Width, unsigned int Height,
+ int *ColorMapSize, GifByteType * RedInput,
+ GifByteType * GreenInput, GifByteType * BlueInput,
+ GifByteType * OutputBuffer,
+ GifColorType * OutputColorMap);
+
/* These are legacy. You probably do not want to call them directly */
int DGifGetScreenDesc(GifFileType * GifFile);
int DGifGetRecordType(GifFileType * GifFile, GifRecordType * GifType);