-
- Downloads
Include copy of GifQuantizeBuffer function from giflib
From https://github.com/coin3d/simage/pull/33 giflib 5.1.9 and above removes the GifQuantizeBuffer() function used in simage_gif.c (see https://sourceforge.net/p/giflib/bugs/132/ and https://sourceforge.net/p/giflib/bugs/142/). The fix is either to remove the related check in simage_gif.c or to include a copy of the function as encouraged by giflib, due the util library not being included in installed versions of giflib (license is MIT): The undocumented and deprecated GifQuantizeBuffer() entry point has been moved to the util library to reduce libgif size and attack surface. Applications needing this function are couraged to link the util library or make their own copy.
parent
77d31bbc
No related branches found
No related tags found
Showing
- bob/io/image/cpp/gif.cpp 7 additions, 0 deletionsbob/io/image/cpp/gif.cpp
- bob/io/image/giflib/COPYING 19 additions, 0 deletionsbob/io/image/giflib/COPYING
- bob/io/image/giflib/quantize.c 332 additions, 0 deletionsbob/io/image/giflib/quantize.c
- bob/io/image/giflib/quantize.h 25 additions, 0 deletionsbob/io/image/giflib/quantize.h
- setup.py 3 additions, 0 deletionssetup.py
Loading
Please register or sign in to comment