e83863508b630b3fad0740a19f49eb7acf005b3b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gd / Config.in
1 config BR2_PACKAGE_GD
2         bool "gd"
3         help
4           GD is a graphics library. It allows your code to quickly
5           draw images complete with lines, arcs, text, multiple
6           colours, cut and paste from other images, flood fills, and
7           write out the result as a PNG file. This is particularly
8           useful in World Wide Web applications, where PNG is one of
9           the formats accepted for inline images by most browsers.
10
11           http://libgd.bitbucket.org/
12
13 if BR2_PACKAGE_GD
14
15 menu "gd tools"
16
17 config BR2_PACKAGE_GD_ANNOTATE
18         bool "annotate"
19
20 config BR2_PACKAGE_GD_BDFTOGD
21         bool "bdftogd"
22         depends on BR2_PACKAGE_PERL
23
24 config BR2_PACKAGE_GD_GD2COPYPAL
25         bool "gd2copypal"
26
27 config BR2_PACKAGE_GD_GD2TOGIF
28         bool "gd2togif"
29
30 config BR2_PACKAGE_GD_GD2TOPNG
31         bool "gd2topng"
32         select BR2_PACKAGE_LIBPNG
33
34 config BR2_PACKAGE_GD_GDCMPGIF
35         bool "gdcmpgif"
36
37 config BR2_PACKAGE_GD_GDPARTTOPNG
38         bool "gdparttopng"
39         select BR2_PACKAGE_LIBPNG
40
41 config BR2_PACKAGE_GD_GDTOPNG
42         bool "gdtopng"
43         select BR2_PACKAGE_LIBPNG
44
45 config BR2_PACKAGE_GD_GIFTOGD2
46         bool "giftogd2"
47
48 config BR2_PACKAGE_GD_PNGTOGD
49         bool "pngtogd"
50         select BR2_PACKAGE_LIBPNG
51
52 config BR2_PACKAGE_GD_PNGTOGD2
53         bool "pngtogd2"
54         select BR2_PACKAGE_LIBPNG
55
56 config BR2_PACKAGE_GD_WEBPNG
57         bool "webpng"
58         select BR2_PACKAGE_LIBPNG
59
60 endmenu
61
62 endif