Use https by default
[gentoo.git] / media-libs / gd / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <herd>graphics</herd>
5 <maintainer>
6         <email>vapier@gentoo.org</email>
7 </maintainer>
8 <longdescription>
9 gd is a graphics library. It allows your code to quickly draw images complete  
10 with lines, arcs, text, multiple colors, cut and paste from other images, and
11 flood fills, and write out the result as a PNG or JPEG file. This is particularly
12 useful in World Wide Web applications, where PNG and JPEG are two of the formats
13 accepted for inline images by most browsers.
14
15 gd is not a paint program. If you are looking for a paint program, you are
16 looking in the wrong place. If you are not a programmer, you are looking in the
17 wrong place, unless you are installing a required library in order to run an
18 application.
19
20 gd does not provide for every possible desirable graphics operation. It is not
21 necessary or desirable for gd to become a kitchen-sink graphics package, but
22 version 2.0 does include most frequently requested features, including both  
23 truecolor and palette images, resampling (smooth resizing of truecolor images)
24 and so forth.
25 </longdescription>
26 <upstream>
27         <remote-id type="github">libgd/libgd</remote-id>
28         <bugs-to>https://github.com/libgd/libgd/issues</bugs-to>
29 </upstream>
30 <use>
31         <flag name='webp'>Enable support for the webp format</flag>
32 </use>
33 </pkgmetadata>