1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.8.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>Image_Color</name>
4 <channel>pear.php.net</channel>
5 <summary>Manage and handles color data and conversions.</summary>
6 <description>Manage and handles color data and conversions.</description>
7 <lead>
8  <name>Jason Lotito</name>
9  <user>jasonlotito</user>
10  <email>jasonlotito@gmail.com</email>
11  <active>no</active>
12 </lead>
13 <lead>
14  <name>Andrew Morton</name>
15  <user>drewish</user>
16  <email>drewish@katherinehouse.com</email>
17  <active>no</active>
18 </lead>
19 <developer>
20  <name>Ulf Wendel</name>
21  <user>uw</user>
22  <email>ulf.wendel@phpdoc.de</email>
23  <active>no</active>
24 </developer>
25 <date>2010-05-20</date>
26 <time>14:04:04</time>
27 <version>
28  <release>1.0.4</release>
29  <api>1.0.3</api>
30 </version>
31 <stability>
32  <release>stable</release>
33  <api>stable</api>
34 </stability>
35 <license uri="http://www.php.net/license">PHP License</license>
36 <notes>
37Relicensing under LGPL 2.1.
38 </notes>
39 <contents>
40  <dir baseinstalldir="Image" name="/">
41   <file baseinstalldir="Image" md5sum="6bd25f4b2246f1a6f4093c22d4429773" name="Tests/AllTests.php" role="php" />
42   <file baseinstalldir="Image" md5sum="8058266508aaa75b4343d56b3aa92ee2" name="Tests/ColorTest.php" role="php" />
43   <file baseinstalldir="Image" md5sum="74d7459a8f2c1e1567d37a31fb14bce8" name="Color.php" role="php" />
44  </dir>
45 </contents>
46 <dependencies>
47  <required>
48   <php>
49    <min>4.0.0</min>
50   </php>
51   <pearinstaller>
52    <min>1.4.0b1</min>
53   </pearinstaller>
54   <extension>
55    <name>gd</name>
56   </extension>
57  </required>
58 </dependencies>
59 <phprelease />
60 <changelog>
61  <release>
62   <version>
63    <release>0.2</release>
64    <api>0.2</api>
65   </version>
66   <stability>
67    <release>stable</release>
68    <api>stable</api>
69   </stability>
70   <date>2002-03-14</date>
71   <license uri="http://www.php.net/license">PHP License</license>
72   <notes>
73Added support for HSV2RGB and HSV2HEX - Thanks to Jurgen Schwietering
74   </notes>
75  </release>
76  <release>
77   <version>
78    <release>0.3</release>
79    <api>0.3</api>
80   </version>
81   <stability>
82    <release>stable</release>
83    <api>stable</api>
84   </stability>
85   <date>2002-04-08</date>
86   <license uri="http://www.php.net/license">PHP License</license>
87   <notes>
88* First independent PEAR release.
89
90* Renamed RGB(.php) to Color(.php).
91
92* Merged in functionality from Experimental/Color_Helper.
93   </notes>
94  </release>
95  <release>
96   <version>
97    <release>0.4</release>
98    <api>0.4</api>
99   </version>
100   <stability>
101    <release>stable</release>
102    <api>stable</api>
103   </stability>
104   <date>2003-01-02</date>
105   <license uri="http://www.php.net/license">PHP License</license>
106   <notes>
107* Made namedColor2RGB() method static.
108   </notes>
109  </release>
110  <release>
111   <version>
112    <release>1.0.0</release>
113    <api>1.0.0</api>
114   </version>
115   <stability>
116    <release>stable</release>
117    <api>stable</api>
118   </stability>
119   <date>2004-04-17</date>
120   <license uri="http://www.php.net/license">PHP License</license>
121   <notes>
122+ Added color2RGB() method.
123
124  (Contribution by Laurent Laville &lt;pear@laurent-laville.org&gt;)
125
126* allocateColor() now works with both color names and
127  hex color codes.
128   </notes>
129  </release>
130  <release>
131   <version>
132    <release>1.0.1</release>
133    <api>1.0.1</api>
134   </version>
135   <stability>
136    <release>stable</release>
137    <api>stable</api>
138   </stability>
139   <date>2004-05-25</date>
140   <license uri="http://www.php.net/license">PHP License</license>
141   <notes>
142* Removed newline at end of file.
143   </notes>
144  </release>
145  <release>
146   <version>
147    <release>1.0.2</release>
148    <api>1.0.2</api>
149   </version>
150   <stability>
151    <release>stable</release>
152    <api>stable</api>
153   </stability>
154   <date>2008-12-28</date>
155   <license uri="http://www.php.net/license">PHP License</license>
156   <notes>
157Bug #5828  - &apos;gd&apos; PHP extension is not installed
158Bug #11795 - Unit Tests will not work without deprecated phpunit
159Bug #14460 - Reference to $this in static function
160Bug #14887 - E_NOTICE when setColors() and changeLightness() called
161   </notes>
162  </release>
163  <release>
164   <version>
165    <release>1.0.4</release>
166    <api>1.0.3</api>
167   </version>
168   <stability>
169    <release>stable</release>
170    <api>stable</api>
171   </stability>
172   <date>2008-12-28</date>
173   <license uri="http://www.php.net/license">PHP License</license>
174   <notes>
175Bug #5828  - &apos;gd&apos; PHP extension is not installed
176Bug #11795 - Unit Tests will not work without deprecated phpunit
177Bug #14460 - Reference to $this in static function
178Bug #14887 - E_NOTICE when setColors() and changeLightness() called
179   </notes>
180  </release>
181 </changelog>
182</package>
183