libgd: Dynamic graphics generation tool#

Description#

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 creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve website development.

License#

  • Custom (BSD-ish)

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

2.3.3

Equivalent System Packages#

$ apk add gd-dev
$ sudo pacman -S gd
$ conda install libgd
$ apt-cyg install libgd-devel
$ sudo apt-get install libgd-dev
$ sudo yum install gd gd-devel
$ sudo pkg install graphics/gd
$ sudo emerge media-libs/gd
$ brew install gd

No package needed.

$ nix-env --install gd
$ sudo zypper install gd pkgconfig\(gdlib\)
$ sudo slackpkg install gd fontconfig libXpm libX11 libxcb libXau \
      libXdmcp
$ sudo xbps-install gd-devel

See https://repology.org/project/gd/versions

If the system package is installed, ./configure will check if it can be used.