gdlib-config

The development libraries and header files for gd

Install

All systems
curl cmd.cat/gdlib-config.sh
Debian Debian
apt-get install libgd2-xpm-dev
Ubuntu
apt-get install libgd-dev
Alpine
apk add gd
Arch Arch Linux
pacman -S gd
image/svg+xml Kali Linux
apt-get install libgd-dev
CentOS
yum install gd-devel
Fedora
dnf install gd-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libgd-dev
OS X
brew install gd
Raspbian
apt-get install libgd-dev
Docker
docker run cmd.cat/gdlib-config gdlib-config powered by Commando

gd-devel

The development libraries and header files for gd

libgd-dev

GD Graphics Library (development version)

GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. This is the full development version of the library.

gd

The gd graphics library allows your code to quickly draw images

complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and to write out the result as a PNG or JPEG file. This is particularly useful in Web applications, where PNG and JPEG are two of the formats accepted for inline images by most browsers. Note that gd is not a paint program.

libgd2-noxpm-dev

GD Graphics Library (transitional package)

This is a dummy transition package that can be safely removed once no package depend on it.

libgd2-xpm-dev

GD Graphics Library (transitional package)

This is a dummy transition package that can be safely removed once no package depend on it.