Blame README.md

Packit Service df60bb
# GD Graphics (Draw) Library
Packit Service df60bb
Packit Service df60bb
[![Build Status](https://travis-ci.org/libgd/libgd.svg?branch=master)](https://travis-ci.org/libgd/libgd)
Packit Service df60bb
[![Build Status](https://scan.coverity.com/projects/3810/badge.svg)](https://scan.coverity.com/projects/libgd)
Packit Service df60bb
Packit Service df60bb
GD is an open source code library for the dynamic creation of images by
Packit Service df60bb
programmers.
Packit Service df60bb
Packit Service df60bb
GD is written in C, and "wrappers" are available for Perl, PHP and other
Packit Service df60bb
languages. GD can read and write many different image formats. GD is commonly
Packit Service df60bb
used to generate charts, graphics, thumbnails, and most anything else, on the
Packit Service df60bb
fly.
Packit Service df60bb
Packit Service df60bb
The most common applications of GD involve website development, although it
Packit Service df60bb
can be used with any standalone application!
Packit Service df60bb
Packit Service df60bb
The library was originally developed by Thomas Boutell and is now maintained
Packit Service df60bb
by many contributors (see the [CONTRIBUTORS](CONTRIBUTORS) file) under the
Packit Service df60bb
umbrella of PHP.net.
Packit Service df60bb
Packit Service df60bb
## Downloads/etc...
Packit Service df60bb
Packit Service df60bb
Please visit our [homepage](http://www.libgd.org/) for more details.
Packit Service df60bb
Packit Service df60bb
## Supported Image Formats
Packit Service df60bb
Packit Service df60bb
GD has builtin support for:
Packit Service df60bb
Packit Service df60bb
* [BMP](https://en.wikipedia.org/wiki/BMP_file_format)
Packit Service df60bb
* [GIF](https://en.wikipedia.org/wiki/GIF)
Packit Service df60bb
* [TGA](https://en.wikipedia.org/wiki/Truevision_TGA)
Packit Service df60bb
* [WBMP](https://en.wikipedia.org/wiki/Wireless_Application_Protocol_Bitmap_Format)
Packit Service df60bb
Packit Service df60bb
It also has optional support for more formats via external libraries:
Packit Service df60bb
Packit Service df60bb
* [JPEG](https://en.wikipedia.org/wiki/JPEG) via [IJG/libjpeg](http://www.ijg.org/) or [libjpeg-turbo](http://libjpeg-turbo.virtualgl.org/)
Packit Service df60bb
  * Does not include [JPEG 2000](https://en.wikipedia.org/wiki/JPEG_2000)
Packit Service df60bb
* [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) via [libpng](http://www.libpng.org/)
Packit Service df60bb
* [TIFF](https://en.wikipedia.org/wiki/Tagged_Image_File_Format) via [libtiff](http://www.remotesensing.org/libtiff/)
Packit Service df60bb
* [WebP](https://en.wikipedia.org/wiki/WebP) via [libwebp](https://developers.google.com/speed/webp/)
Packit Service df60bb
* [XPM](https://en.wikipedia.org/wiki/X_PixMap) via [libXpm](http://xorg.freedesktop.org/)