DESCR 443 B

123456789
  1. GD is an open source code library for the dynamic creation of images by
  2. programmers.
  3. GD is written in C, and "wrappers" are available for Perl, PHP and other
  4. languages. GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other
  5. formats. GD is commonly used to generate charts, graphics, thumbnails,
  6. and most anything else, on the fly. While not restricted to use on the
  7. web, the most common applications of GD involve website development.