Go to file
Pierre Joye b68cf5a9fb disable shellcheck for that one 2021-08-27 02:31:48 +07:00
.github disable shellcheck for that one 2021-08-27 02:31:48 +07:00
cmake simplify HEIF_HDR_TO_8BIT detection 2021-08-24 15:45:55 +07:00
config getver: tweak awk for macOS 2021-04-24 23:46:25 -04:00
docs add a section about using vcpkg to install the dependencies on windows (or other) 2021-08-24 18:42:58 +07:00
examples Add image scale example 2021-08-16 13:47:59 +07:00
m4 Upgrade AX_REQUIRE_DEFINED macro file 2018-09-06 00:32:54 -04:00
src Merge branch 'master' of github.com:libgd/libgd 2021-08-26 21:48:43 +07:00
suppression Let try to suppress *SAN errors from HEIC libs 2021-08-21 20:03:50 +07:00
test Remove one more outstanding Makefile.am 2013-04-08 09:21:16 +02:00
tests Merge pull request #636 from willson-chen/mv_gd_color_map_test_to_tests 2021-08-26 19:11:15 +07:00
travis AVIF support (#671) 2021-03-03 21:35:56 -05:00
windows use https://libgd.org 2021-07-05 23:59:35 -04:00
.gitignore gitignore: update Windows tools 2021-02-02 21:59:15 -05:00
CHANGELOG.md release 2.3.2 2021-03-06 14:16:01 -05:00
CMakeLists.txt add option to enable CMAKE_VERBOSE_MAKEFILE; enable it on MacOs for now 2021-08-25 19:32:55 +07:00
CODE_OF_CONDUCT.md Update email 2021-07-16 18:15:56 +07:00
CONTRIBUTING.md add a section about PR 2021-08-24 13:33:30 +07:00
CONTRIBUTORS AVIF support (#671) 2021-03-03 21:35:56 -05:00
COPYING Just make it easier for the doc 2021-08-20 11:20:16 +07:00
Makefile.am drop support for VMS #453 2021-04-24 23:30:42 -04:00
README.md rewamped the codecs, make it more clear about which common formats we support and how, important ones first too 2021-08-24 10:22:47 +07:00
bootstrap.sh bootstrap: tweak sed script to try and make it pass on macOS 2021-02-20 03:28:06 -05:00
configure.ac Merge pull request #698 from adamsilverstein/webp-lossless 2021-07-23 23:30:27 +02:00

README.md

GD Graphics (Draw) Library

Build Status Chat codecov.io

GD is an open source code library for the dynamic creation of images by programmers.

GD is written in C, and "wrappers" are available for Perl, PHP and other languages. GD can read and write many different image formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly.

The most common applications of GD involve website development, although it can be used with any standalone application!

The library was originally developed by Thomas Boutell and is now maintained by many contributors (see the CONTRIBUTORS file) under the umbrella of PHP.net.

If you like to contribute, report bugs, see how to contribute document

For security related issues, please contact us at security@libgd.org

Support available in Chat or using issues.

We also have a mailing list. To subscribe to any mailing list, send an email to gd-devel-subscribe@lists.php.net. Then emails can be sent to gd-devel@lists.php.net.

Downloads/etc...

Please visit our homepage for more details.

Supported Image Formats

GD has support for:

Besides that, GD depends on some external libraries, which are all optional and disabled by default:

  • FreeType for rendering fonts
  • Fontconfig for configuring and customizing font access
  • libraqm for complex text layout
  • libimagequant for conversion of RGBA images to 8-bit indexed-color images
    • NOTE libimagequant is dual-licensed: GPLv3 and commercial license