php-src/ext/gd/libgd
2011-01-03 09:22:58 +00:00
..
COPYING - add license info 2009-06-24 11:44:46 +00:00
gd2copypal.c
gd2time.c
gd2topng.c
gd_arc_f_buggy.c MFH 2005-08-18 12:54:44 +00:00
gd_arc.c - MFH: [DOC] - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...) 2009-05-26 20:14:31 +00:00
gd_color.c - fix build 2009-05-27 15:16:18 +00:00
gd_compat.c Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration) 2009-08-09 13:15:45 +00:00
gd_compat.h Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration) 2009-08-09 13:15:45 +00:00
gd_filter.c - expose gdImageGetTrueColorPixel in bundled lib 2009-05-26 13:08:59 +00:00
gd_gd2.c - fix compiler warnings 2006-08-08 11:56:36 +00:00
gd_gd.c - check max colors while loading gd2 palette image (patch by Tomas Hoger) 2009-10-12 10:01:37 +00:00
gd_gif_in.c - #41630, fix segfault when an invalid color index is present in the image 2007-06-07 21:07:33 +00:00
gd_gif_out.c removed an unused variable 2010-01-13 06:55:03 +00:00
gd_intern.h - [DOC] always enable imagefilter and imageconvolution, even when built against system's gd 2009-05-26 12:50:40 +00:00
gd_io_dp.c
gd_io_file.c
gd_io_ss.c
gd_io.c MFH 2005-08-18 12:54:44 +00:00
gd_io.h - stream output support for image outputs functions 2011-01-03 09:22:58 +00:00
gd_jpeg.c - WS 2010-06-30 22:06:49 +00:00
gd_pixelate.c MFH: added pixelate filter. 2009-01-14 19:06:12 +00:00
gd_png.c Check for -1 as well here 2010-05-24 23:52:11 +00:00
gd_rotate.c - MFH: [DOC] always enable imagerotate (bundled or system gd) 2009-05-27 07:18:05 +00:00
gd_security.c -MFB, Be paranoid and dont allow multiplication with zero 2007-10-23 01:58:30 +00:00
gd_ss.c MFH 2005-08-18 12:54:44 +00:00
gd_topal.c - [DOC] always enable imagecolormatch 2009-05-27 08:18:24 +00:00
gd_wbmp.c MFH 2005-08-18 12:54:44 +00:00
gd_webp.c Removed debug code 2010-10-05 12:27:00 +00:00
gd.c - - Fixed #51128, imagefill() doesn't work with large images 2010-04-28 14:35:42 +00:00
gd.h - initial webp support, rely on libpx, final version will be either w/o dep or using libwebp (to be released by g) 2010-10-04 22:30:35 +00:00
gdcache.c Remove freetype1 support 2008-07-18 01:16:25 +00:00
gdcache.h
gddemo.c
gdfontg.c fix compiler warnings introduced in my previous commit 2006-09-16 19:07:46 +00:00
gdfontg.h
gdfontl.c fix compiler warnings introduced in my previous commit 2006-09-16 19:07:46 +00:00
gdfontl.h
gdfontmb.c fix compiler warnings introduced in my previous commit 2006-09-16 19:07:46 +00:00
gdfontmb.h
gdfonts.c fix compiler warnings introduced in my previous commit 2006-09-16 19:07:46 +00:00
gdfonts.h
gdfontt.c fix compiler warnings introduced in my previous commit 2006-09-16 19:07:46 +00:00
gdfontt.h
gdft.c Fixed bug #51263 (imagettftext and rotated text uses wrong baseline) 2010-03-24 04:12:19 +00:00
gdhelpers.c
gdhelpers.h - MFH: CVE-2007-1001, integer overflow with invalid wbmp images 2007-03-10 12:18:36 +00:00
gdkanji.c
gdparttopng.c MFH: fixed typos 2009-02-13 16:03:02 +00:00
gdtables.c mark some huge arrays as read-only 2006-09-15 15:11:54 +00:00
gdtest.c - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
gdtestft.c
gdtopng.c MFH: fixed typos 2009-02-13 16:03:02 +00:00
gdxpm.c MFH: 2009-02-11 17:56:44 +00:00
jisx0208.h
mathmake.c
pngtogd2.c
pngtogd.c
README
testac.c
wbmp.c - MFH: CVE-2007-1001, integer overflow with invalid wbmp images 2007-03-10 12:18:36 +00:00
wbmp.h -fix build as shared or separate from main build (bfrance) 2005-10-09 12:06:27 +00:00
webpimg.c - don't build if no libvpx available 2010-10-06 09:02:08 +00:00
webpimg.h - initial webp support, rely on libpx, final version will be either w/o dep or using libwebp (to be released by g) 2010-10-04 22:33:07 +00:00
webpng.c - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
xbm.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00

This directory contains the GD library available from 
http://www.boutell.com/gd/

The inclusion of this library with PHP is in response to the 
popularity of the GD extension and the GD library itself.  We felt
it would be worthwhile to make sure everyone had access to the
features of GD and by bundling GD with PHP we have a known target to
work against.

In addition to the above, a number of motivated PHP hackers have
expressed an interest in extending the functionality of the PHP-GD
combination.  By putting a version of GD into PHP CVS we have provided
a sandbox for them to throw sand at each other in.  Any and all
improvements we make to the GD library will be contributed back to the
original maintainers of this library at boutell.com.

The following statement is from the original GD package:

  Credits and license terms
  
   In order to resolve any possible confusion regarding the authorship of
   gd, the following copyright statement covers all of the authors who
   have required such a statement. _If you are aware of any oversights in
   this copyright notice, please contact Thomas Boutell who will be
   pleased to correct them._

COPYRIGHT STATEMENT FOLLOWS THIS LINE

     Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
     by Cold Spring Harbor Laboratory. Funded under Grant P41-RR02188 by
     the National Institutes of Health.
     
     Portions copyright 1996, 1997, 1998, 1999, 2000, 2001 by
     Boutell.Com, Inc.
     
     Portions relating to GD2 format copyright 1999, 2000 Philip Warner.
     
     Portions relating to PNG copyright 1999, 2000 Greg Roelofs.
     
     Portions relating to libttf copyright 1999, 2000 John Ellson
     (ellson@lucent.com).
     
     Portions relating to JPEG and to color quantization copyright 2000,
     Doug Becker and copyright (C) 1994-1998, Thomas G. Lane. This
     software is based in part on the work of the Independent JPEG
     Group. See the file README-JPEG.TXT for more information.
     
     Portions relating to WBMP copyright 2000 Maurice Szmurlo and Johan
     Van den Brande.
     
     _Permission has been granted to copy, distribute and modify gd in
     any context without fee, including a commercial application,
     provided that this notice is present in user-accessible supporting
     documentation._
     
     This does not affect your ownership of the derived work itself, and
     the intent is to assure proper credit for the authors of gd, not to
     interfere with your productive use of gd. If you have questions,
     ask. "Derived works" includes all programs that utilize the
     library. Credit must be given in user-accessible documentation.
     
     _This software is provided "AS IS."_ The copyright holders disclaim
     all warranties, either express or implied, including but not
     limited to implied warranties of merchantability and fitness for a
     particular purpose, with respect to this code and accompanying
     documentation.
     
     Although their code does not appear in gd 2.0.1, the authors wish
     to thank David Koblas, David Rowley, and Hutchison Avenue Software
     Corporation for their prior contributions.
     
END OF COPYRIGHT STATEMENT