Blame README.md

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