Skip to content

golsch/libgd

This branch is 1 commit ahead of, 560 commits behind libgd/libgd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67f00fd · Aug 29, 2020
Mar 26, 2020
May 10, 2020
Jun 18, 2020
Mar 22, 2020
Jun 27, 2018
Sep 6, 2018
Aug 29, 2020
Apr 8, 2013
May 20, 2020
May 22, 2020
Oct 28, 2019
Oct 6, 2016
May 28, 2020
Mar 22, 2020
Jun 18, 2020
Mar 22, 2020
Jun 22, 2018
Dec 22, 2019
Jun 22, 2018
Mar 22, 2020
Apr 29, 2020
Jun 22, 2018
Oct 10, 2019
Jun 18, 2020

Repository files navigation

GD Graphics (Draw) Library

Build Status 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 [email protected]

Downloads/etc...

Please visit our homepage for more details.

Supported Image Formats

GD has builtin support for:

It also has optional support for more formats via external libraries:

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

About

GD Graphics Library

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.2%
  • Objective-C 4.3%
  • C++ 3.6%
  • CMake 3.2%
  • M4 2.4%
  • HTML 2.2%
  • Other 5.1%