Webpng Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

Webpng Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

webpng

GD command line tools and example code

Maintainer: GD Team



Section: graphics

Install webpng

  • Debian apt-get install libgd-tools Click to copy
  • Ubuntu apt-get install libgd-tools Click to copy
  • Alpine OS apk add gd Click to copy
  • Arch Linux pacman -S gd Click to copy
  • Kali Linux apt-get install libgd-tools Click to copy
  • CentOS yum install gd-progs Click to copy
  • Fedora dnf install gd-progs Click to copy
  • Raspbian apt-get install libgd-tools Click to copy
  • macOS brew install gd Click to copy

libgd-tools

GD command line tools and example code

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 some simple command line tools and example code that use the GD graphics library.

gd-progs

Utility programs that use libgd

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.

Install the latest version of webpng in Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian and macOS from terminal. To install the webpng just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of webpng from the respository and install it in your computer/server.