<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=GD_Graphics_Library</id>
	<title>GD Graphics Library - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=GD_Graphics_Library"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=GD_Graphics_Library&amp;action=history"/>
	<updated>2026-04-18T06:58:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=GD_Graphics_Library&amp;diff=375322&amp;oldid=prev</id>
		<title>imported&gt;Я сошла с ума: Importing Wikidata short description: &quot;Graphics library&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=GD_Graphics_Library&amp;diff=375322&amp;oldid=prev"/>
		<updated>2025-09-09T03:16:30Z</updated>

		<summary type="html">&lt;p&gt;Importing Wikidata &lt;a href=&quot;https://en.wikipedia.org/wiki/Short_description&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Short description&quot;&gt;short description&lt;/a&gt;: &amp;quot;Graphics library&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Graphics library}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = GD Graphics Library&lt;br /&gt;
| logo                   = gdlogo small.png&lt;br /&gt;
| developer              = Thomas Boutell&lt;br /&gt;
| released               = {{Start date and age|1994}}&lt;br /&gt;
| latest release version = {{wikidata|property|edit|P348}}&lt;br /&gt;
| latest release date    = {{Start date and age|{{wikidata|qualifier|P348|P577}}}}&amp;lt;ref&amp;gt;{{cite web|url=https://github.com/libgd/libgd/releases|title=LibGD releases|website=[[GitHub]] }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| repo = https://github.com/libgd/libgd&lt;br /&gt;
| programming language   = [[C (programming language)|C]]&lt;br /&gt;
| operating system       = [[Cross-platform]]&lt;br /&gt;
| genre                  = [[Graphics library]]&lt;br /&gt;
| license                = [[BSD licenses|BSD-like license]]&lt;br /&gt;
| website                = {{URL|//libgd.github.io}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;GD Graphics Library&amp;#039;&amp;#039;&amp;#039; is a graphics [[software]] library for dynamically manipulating [[image]]s. It can create [[AVIF]]s, [[GIF]]s, [[JPEG]]s, [[PNG]]s, [[WebP]]s and [[Wireless Application Protocol Bitmap Format|WBMP]]s. The images can be composed of lines, arcs, text (using program-selected fonts), other images, and multiple colors, supporting [[24-bit color|truecolor]] images, [[alpha channel]]s, [[resampling (bitmap)|resampling]], and many other features.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The software was developed in 1994 by Thomas Boutell and others.&lt;br /&gt;
&lt;br /&gt;
GD originally stood for &amp;quot;GIF Draw&amp;quot;. However, since the revoking of the Unisys license, it has informally stood for &amp;quot;Graphics Draw&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Support for drawing GIFs was dropped in 1999 when [[Unisys]] revoked the royalty-free [[license]] granted to non-commercial software projects for the [[LZW]] compression method used by GIFs. When the Unisys [[patent]] expired worldwide on July 7, 2004, GIF support was subsequently re-enabled.&lt;br /&gt;
&lt;br /&gt;
Version 2.0 added support for [[24-bit color|truecolor]] images, [[alpha channel]]s, [[resampling (bitmap)|resampling]] (for smooth resizing of truecolor images), and many other features.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Fly&amp;quot; command line interpreter allows for image creation (&amp;quot;on the fly&amp;quot;) using GD. GD scripts can thus be written in potentially any language and run using this tool.&amp;lt;ref&amp;gt;{{cite web|url=http://martin.gleeson.com/fly/|title=fly: create images on the fly|last=Gleeson|first=Martin|archiveurl=https://web.archive.org/web/20000903162730/http://martin.gleeson.com/fly/ |archivedate=2000-09-03 |date=1999-01-15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Its native [[programming language]] is [[American National Standards Institute|ANSI]] [[C (programming language)|C]], but it has interfaces for many other programming languages. GD supports numerous programming languages including [[C (programming language)|C]], [[PHP]], [[Perl]], [[Python (programming language)|Python]], [[OCaml]], [[Tcl]], [[Lua (programming language)|Lua]], [[Pascal (programming language)|Pascal]], [[GNU Octave]], [[Rexx]], [[Ruby (programming language)|Ruby]] and [[Go (programming language)|Go]]. GD is extensively used with PHP, where a modified version supporting additional features is included by default as of PHP 4.3 and was an option before that. As of PHP 5.3, a system version of GD may be used as well, to get the additional features that were previously available only to the bundled version of GD.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* {{anl|GDAL}}&lt;br /&gt;
* {{anl|GraphicsMagick}}&lt;br /&gt;
* {{anl|ImageMagick}}&lt;br /&gt;
* {{anl|Netpbm}}&lt;br /&gt;
* {{anl|Python Imaging Library}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
{{refs}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* {{webarchive |url=https://web.archive.org/web/20181018002538/http://www.w3lessons.com/2011/08/create-dynamic-bar-chart-in-php.html |date=2018-10-18 |title=PHP GD Bar Chart |nolink=y}}&lt;br /&gt;
* [https://www.php.net/gd Image Functions (PHP)], support in [[PHP]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Free software programmed in C]]&lt;br /&gt;
[[Category:Graphics libraries]]&lt;br /&gt;
[[Category:Software using the BSD license]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Я сошла с ума</name></author>
	</entry>
</feed>