summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-09 13:24:44 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-09 13:24:44 -0500
commit6895576135eb9018503363b7e144e98696fb56a7 (patch)
tree07698838ff1182d2a54262c346c29f17fe122add /README.md
parent73ab7c7d28f0c9586565cade7e57d42c219ebe7d (diff)
downloadlibgd-6895576135eb9018503363b7e144e98696fb56a7.tar.gz
README: reformat in markdown for better github display
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3bbf5d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# GD Graphics (Draw) Library
+
+[![Build Status](https://travis-ci.org/libgd/libgd.svg?branch=master)](https://travis-ci.org/libgd/libgd)
+
+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.
+
+The most common applications of GD involve website development, although it
+can be used with any standalone application!
+
+The library was originally developed by Thomas Boutell and is now maintained
+by many contributors (see the CONTRIBUTORS file) under the umbrella of PHP.net.
+
+## Downloads/etc...
+
+Please visit our [homepage](http://www.libgd.org/) for more details.