mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
15 lines
597 B
Text
15 lines
597 B
Text
This patch together with the old implementation (from gd-1.5) of
|
|
gd_gif_in.c restore GD's ability to read GIF images. The writing of such
|
|
images is troubled because of Unisys' zeal in patent enforcement.
|
|
|
|
--- gd.h Tue Feb 6 14:44:01 2001
|
|
+++ gd.h Fri Jul 27 16:10:38 2001
|
|
@@ -95,2 +95,4 @@
|
|
gdImagePtr gdImageCreate(int sx, int sy);
|
|
+gdImagePtr gdImageCreateFromGif(FILE *fd);
|
|
+gdImagePtr gdImageCreateFromGifCtx(gdIOCtxPtr in);
|
|
gdImagePtr gdImageCreateFromPng(FILE *fd);
|
|
--- gd_gif_in.c Fri Jul 27 16:13:45 2001
|
|
+++ gd_gif_in.c Fri Jul 27 16:14:46 2001
|
|
@@ -6,1 +6,0 @@
|
|
-#include "io.h"
|