Jump to content

LibGD: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
"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. While not restricted to use on the web, the most common applications of GD involve website development."
"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. While not restricted to use on the web, the most common applications of GD involve website development."
==Downloads==
* [https://hobbes.nmsu.edu/download/pub/os2/dev/mm/LibGD_2-0-33.zip Version 2.0.33]


==Used By==
==Used By==
Line 8: Line 5:


==Links==
==Links==
* [https://libgd.github.io/ Official WebSite]
* [https://libgd.github.io/ GD Graphics Library]
* [https://hobbes.nmsu.edu/download/pub/os2/dev/mm/LibGD_2-0-33.zip Version 2.0.33]
 
[[Category:C Libraries]]

Latest revision as of 23:10, 2 August 2021

"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. While not restricted to use on the web, the most common applications of GD involve website development."

Used By

  • gDiagramm

Links