PR: 53582 Submitted by: KATO Tsuguru <tkato@prontomail.com>
2.7 KiB
Note, that the FreeBSD port of gd2 includes support for GIF files +ported from the earlier releases of gd. If the WITH_LZW was defined at +build time, the software will also use LZW-compression when creating +GIF files. +
gd 2.0.8 requires that the following libraries @@ -116,4 +121,18 @@ Portions relating to WBMP copyright 2000, 2001, 2002 Maurice Szmurlo and Johan Van den Brande. + +
+GIF decompression code copyright 1990, 1991, 1993, by David Koblas +(koblas@netcom.com). +
+Non-LZW-based GIF compression code copyright 1998, by Hutchison Avenue +Software Corporation (http://www.hasc.com/<;/a>, +info@hasc.com). +
Permission has been granted to copy, distribute and modify gd in any @@ -192,5 +211,22 @@
+ +
What does the FreeBSD port add?
+ +This version reinstates GIF support. Specifically, the following +functions are added: gdImageGif, gdImageGifPtr, gdImageGifCtx, +gdImageGifToSink, gdImageCreateFromGif, gdImageCreateFromGifCtx, +gdImageCreateFromGifSource. +The can be used just like the corresponding functions for the other +image formats. + +
Other functions added, but not documented, are: gdImageLzw, +gdImageLzwPtr, gdImageLzwCtx, gdImageBigGif, gdImageBigGifPtr, +gdImageBigGifCtx. + +
The gdImageOpenPolygon is added. +This is basically the same as gdImagePolygon, +but it does not join the start and end points. It is required by GD.pm. +
What's new in version 2.0.8?
@@ -1058,5 +1094,6 @@
@@ -1068,5 +1105,6 @@