Commit | Line | Data |
---|---|---|
7623d340 TC |
1 | Imager release history. Older releases can be found in Changes.old |
2 | ||
c5f447ac TC |
3 | Imager 0.68 - unrelease |
4 | =========== | |
5 | ||
6 | Bug fixes: | |
7 | ||
8 | - avoid using CHECK as a label in Imager::Test | |
9 | http://nntp.x.perl.org/group/perl.cpan.testers/5220921 | |
10 | ||
8d800216 TC |
11 | Imager 0.67_01 - 02 Sep 2009 |
12 | ============== | |
500888da TC |
13 | |
14 | Bug fixes: | |
15 | ||
16 | - correct documentation of default of raw image interleave read | |
17 | parameter | |
18 | https://rt.cpan.org/Ticket/Display.html?id=42074 | |
19 | ||
20 | - add raw_ prefix to raw read parameters, though the original names | |
21 | still work. | |
22 | ||
23 | - fail the read if an invalid raw_interleave parameter is supplied | |
24 | ||
25 | - warn if no interleave or raw_interleave parameter is supplied, | |
26 | since the documented default was wrong, and incompatible with the | |
27 | write format | |
28 | ||
29 | - for reading raw images, if raw_storechannels > raw_datachannels, | |
30 | set the extra channels in the image to 0 | |
31 | ||
cd476e58 TC |
32 | - when probing for executables like freetype-config, search for .bat |
33 | and .cmd on MSWin32, as well as .exe. | |
34 | https://rt.cpan.org/Ticket/Display.html?id=49275 | |
500888da | 35 | |
f9a39263 TC |
36 | - re-work the external libraries section of README: |
37 | - list Debian and Redhat package names for each library | |
38 | - reformatting | |
39 | - update URLs | |
40 | ||
f45b774f TC |
41 | - use the new EU::MM META_MERGE facility instead of generating |
42 | META.yml from scratch | |
43 | https://rt.cpan.org/Ticket/Display.html?id=47888 | |
44 | ||
d6b51d8c TC |
45 | - use Devel::CheckLib (bundled, modified) to check which release of |
46 | libtiff is installed and reject 3.9.0 | |
78645bd4 TC |
47 | http://bugzilla.maptools.org/show_bug.cgi?id=2088 |
48 | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543079 | |
d6b51d8c | 49 | |
249af030 TC |
50 | Imager 0.67 - 12 Dec 2008 |
51 | =========== | |
52 | ||
53 | Bug fixes: | |
54 | ||
55 | - fix a packaging error | |
56 | ||
cca21862 | 57 | Imager 0.66 - 12 Dec 2008 |
3c8fee33 TC |
58 | =========== |
59 | ||
6b22ba84 TC |
60 | - 24-bit color .ICO/.CUR files can now be read. |
61 | ||
3c8fee33 TC |
62 | Bug fixes: |
63 | ||
6b22ba84 TC |
64 | - an optimization skipping 0 src alpha values could cause the |
65 | rubthrough() to read past the end of a buffer. | |
66 | http://www.nntp.perl.org/group/perl.cpan.testers/2008/05/msg1509184.html | |
67 | ||
5c0d0ddf TC |
68 | - corrected a reference leak where writing GIFs would leak memory. |
69 | This could also happen calling to_paletted(). | |
70 | Also documented the underlying long existing feature where the | |
71 | colors parameter is filled with the generated color table and added | |
72 | tests for it. | |
3c8fee33 TC |
73 | http://rt.cpan.org/Ticket/Display.html?id=41028 |
74 | ||
8e7f5809 TC |
75 | - write out the image size in bytes field of a BMP correctly. |
76 | http://rt.cpan.org/Ticket/Display.html?id=41406 | |
77 | ||
c586eb58 TC |
78 | - add limited tests for Imager::ExtUtils |
79 | ||
80 | - make Imager::ExtUtils->includes use an absolute path, since | |
81 | a relative path could cause failures using Inline::C. | |
82 | http://rt.cpan.org/Ticket/Display.html?id=37353 | |
83 | ||
6b22ba84 TC |
84 | - re-arrange the POD for Imager::Font::BBox: |
85 | - mark total_width(), pos_width(), end_offset() obsolete, since | |
86 | they're mostly for backwards compatibility | |
87 | - group width methods and height methods | |
88 | https://rt.cpan.org/Ticket/Display.html?id=39999 | |
17d9fe35 | 89 | |
0727e3f5 | 90 | Imager 0.65 - 20 May 2008 |
546ea21c TC |
91 | =========== |
92 | ||
93 | Bug fixes: | |
94 | ||
95 | - In some cases when an error occurs reading those parts of a JPEG | |
96 | file after the image the scan-line buffer could be freed a second | |
97 | time. In cases where the the error occured while reading the image | |
98 | data it's possible that the buffer could have leaked. | |
99 | Thanks to Gabriel Vasseur for reporting this and help in tracking | |
100 | it down. | |
101 | ||
43b2b326 TC |
102 | - the gif_screen_height tag was overriding the screen width and being |
103 | ignored for the screen height when present. | |
104 | https://rt.cpan.org/Public/Bug/Display.html?id=35568 | |
105 | ||
e02d22d2 | 106 | Imager 0.64 - 23 April 2008 |
de470892 TC |
107 | =========== |
108 | ||
e02d22d2 TC |
109 | This is a bug fix release. This includes a fix for a possible |
110 | security issue. | |
111 | ||
de470892 TC |
112 | Bug fixes: |
113 | ||
e02d22d2 TC |
114 | - Possible security issue: The floating point sample path for image |
115 | based fills had a buffer overflow. This would overwrite the end of | |
116 | a malloc()ed buffer with double precision floats. | |
117 | http://rt.cpan.org/Ticket/Display.html?id=35324 | |
6912d85a | 118 | CVE-2008-1928 |
e02d22d2 | 119 | |
de470892 TC |
120 | - check that the result of fileno($fh) is defined rather than simply |
121 | true when read() or write() is supplied with an fh parameter. | |
122 | http://rt.cpan.org/Ticket/Display.html?id=35139 | |
123 | ||
124 | - i_scale_axis() wasn't checking the result of i_img_new_ch() | |
125 | resulting in a SIGSEGV when attempting to scale an image to a size | |
126 | too large to fit in memory. This is a NULL pointer access issue, | |
127 | not a buffer overflow. | |
128 | Added a check for the failure. | |
129 | scale_calculate() (and hence scale()) will now fail if any of the | |
130 | scale size parameters are a reference. | |
131 | http://rt.cpan.org/Ticket/Display.html?id=35172 | |
132 | ||
04f85f63 TC |
133 | - Regression: filling a greyscale image with a hatch used the wrong |
134 | color channels from the supplied fg/bg colors. | |
135 | https://rt.cpan.org/Ticket/Display.html?id=35278 | |
136 | ||
a256aec5 TC |
137 | - fixed a related problem for image fills. |
138 | ||
49240201 | 139 | Imager 0.63 - 7 April 2008 |
33b0ffa6 TC |
140 | =========== |
141 | ||
242d7497 TC |
142 | This release primarily contains changes to improve ease of use - |
143 | rather than you having to convert images to the appropriate number of | |
144 | channels, Imager handles it internally. How to handle drawing colors | |
145 | and the default combine mode is a thornier problem left for some other | |
146 | release. | |
147 | ||
d1555273 TC |
148 | - the font libraries are now only initialized when needed. |
149 | http://rt.cpan.org/Ticket/Display.html?id=28825 | |
150 | ||
9b1ec2b8 TC |
151 | - moved the imtoc.perl code into Imager::Preprocess |
152 | ||
153 | - paste() and rubthrough() now adapt the source image data to the | |
154 | destination, so you can now safely paste/rubthrough from greyscale | |
155 | images to color images or back, or from alpha channel images to | |
156 | noalpha channels or back. | |
157 | https://rt.cpan.org/Ticket/Display.html?id=30908 | |
158 | ||
159 | - rubthrough() now falls back to pasting when the source doesn't have | |
160 | an alpha channel. This effectively treats the source as having a | |
161 | max alpha channel, the right thing to do. | |
162 | http://rt.cpan.org/Ticket/Display.html?id=29944 | |
163 | ||
164 | - re-worked most of the area filling code to use a common set of | |
165 | functions when filling. | |
166 | Corrected normal combine mode. | |
167 | Rewrote most of the combine modes to match the way the SVG draft | |
168 | defines them with respect to a translucent source and destination. | |
169 | Added tests for translucent source and destination. | |
170 | Added tests to check 8-bit/sample and double/sample combines work | |
171 | similarly. | |
172 | https://rt.cpan.org/Ticket/Display.html?id=29879 | |
173 | ||
07d9c639 TC |
174 | - writing a 2 or 4 channel image to a JPEG file will now write that |
175 | image as if composited against a background, black by default, | |
176 | overridable with the i_background tag/parameter. | |
6e4af7d4 TC |
177 | https://rt.cpan.org/Ticket/Display.html?id=29876 |
178 | ||
07d9c639 TC |
179 | - writing a 2 or 4 channel image to a PGM/PPM file will now write |
180 | that image as if composited against a background, black by default, | |
fa90de94 TC |
181 | overridable with the i_background tag/parameter. |
182 | http://rt.cpan.org/Ticket/Display.html?id=30074 | |
183 | ||
07d9c639 TC |
184 | - writing a 2 or 4 channel image to a BMP file will now write that |
185 | image as if composited against a background, black by default, | |
186 | overridable with the i_background tag/parameter. | |
187 | http://rt.cpan.org/Ticket/Display.html?id=30075 | |
188 | ||
33b0ffa6 TC |
189 | Bug fixes: |
190 | ||
191 | - Imager::Matrix2d->translate() now only requires one of the x or y | |
192 | parameters. | |
193 | http://rt.cpan.org/Ticket/Display.html?id=29937 | |
194 | ||
2757bad0 TC |
195 | - mixing qtype scaling now sets all channels of a pixel to zero if |
196 | the pixel has zero coverage (zero alpha). This should produce more | |
197 | compressible output files. | |
198 | http://rt.cpan.org/Ticket/Display.html?id=32324 | |
199 | ||
3da08517 TC |
200 | - removed the pointless #! line from lib/Imager/Font/Wrap.pm |
201 | Noticed when I saw: | |
202 | https://bugzilla.redhat.com/show_bug.cgi?id=166254 | |
203 | I'm not changing the #! lines of the sample code, since it's sample | |
204 | code, not intended for installation. | |
205 | http://rt.cpan.org/Ticket/Display.html?id=33408 | |
206 | ||
242d7497 TC |
207 | - some TGA images weren't being detected correctly as TGA images |
208 | https://rt.cpan.org/Ticket/Display.html?id=32925 | |
209 | ||
210 | - handling of the left-over bit for 16-bit/pixel TGA images has been | |
211 | changed to match the behaviour of the GIMP. Previously the bit | |
212 | being set was treated as an opaque pixel, but one user reported a | |
213 | problem with loading such an image. I haven't been able to find any | |
214 | tools beyond the GIMP that handle alpha-channel 16-bit TGAs, so | |
215 | I'll match it's behaviour. See issue 114913 in the GIMP's | |
216 | bugzilla. | |
217 | http://rt.cpan.org/Ticket/Display.html?id=32926 | |
218 | ||
5daa9d34 | 219 | Imager 0.62 - 10 December 2007 |
ac8138b0 TC |
220 | =========== |
221 | ||
d8e0c3ba TC |
222 | - Makefile.PL now expands ~/path supplied to --incpath or --libpath |
223 | to /path under your home directory. | |
224 | http://rt.cpan.org/Ticket/Display.html?id=29484 | |
225 | ||
50ff958e TC |
226 | - the old dynaload code used Mach API functions to load dynamic |
227 | libraries on Mac OS X. These APIs have been deprecated in OS X | |
228 | 10.5 and were causing some build problems. | |
229 | So henceforth Imager uses the dlopen() family of functions, and you | |
230 | will need version 10.3 or later of OS X. | |
231 | ||
3309187a TC |
232 | - added the det() function to the transform2() engine. |
233 | added the sample quad_to_square.pl | |
234 | Courtesy Richard Fairhurst. | |
235 | http://rt.cpan.org/Ticket/Display.html?id=31244 | |
236 | ||
ac8138b0 TC |
237 | Bug fixes: |
238 | ||
239 | - samples/gifscale.pl sourced the base value for gif_top from | |
240 | gif_left. | |
241 | Thanks to Eleneldil G. Arilou for pointing this out. | |
242 | ||
678a9a65 TC |
243 | - t/t82inline.t no longer loads B at runtime, to work around a bug |
244 | in some 5.005_0[45] installations. | |
245 | http://rt.cpan.org/Ticket/Display.html?id=30508 | |
246 | ||
247 | - work around Module::Depends::Intrusive bug #21229 | |
248 | http://rt.cpan.org/Ticket/Display.html?id=30520 | |
ac8138b0 | 249 | |
bea65b1f TC |
250 | - the hardinvert filter no-longer inverts the alpha channel. |
251 | http://rt.cpan.org/Ticket/Display.html?id=30002 | |
252 | ||
253 | - the hardinvert filter now supports large samples | |
254 | ||
b7809486 | 255 | Imager 0.61_02 - 28 November 2007 |
f74e6efc | 256 | ============== |
874c55db | 257 | |
bd8052a6 TC |
258 | - major TIFF support re-work |
259 | http://rt.cpan.org/Ticket/Display.html?id=20329 | |
260 | ||
261 | - added a C level image interface for accessing samples from 1-32 | |
262 | bits, exposed this at the perl level in getsamples() | |
263 | ||
264 | - the conv filter now works at floating point precision for high bit | |
265 | images | |
266 | ||
267 | - added is_bilevel method to test whether an image should be written as | |
268 | a bilevel image if the image format supports it. | |
269 | ||
270 | - added -log-stderr as an Imager import list option | |
271 | ||
272 | - added some important types to Imager::APIRef | |
273 | ||
274 | - added test_image_double() to Imager::Test | |
275 | ||
874c55db TC |
276 | Bug fixes: |
277 | ||
278 | - Imager::Fountain couldn't read GIMP gradient files with 10 or more | |
279 | segments | |
280 | ||
281 | - the scale() method with qtype mixing now handles images with an | |
282 | alpha channel correctly. | |
283 | ||
8d17eae9 TC |
284 | - fixed a broken link from the "animated GIF" entry in the concept index. |
285 | Thanks to Slaven Rezic. | |
286 | http://rt.cpan.org/Ticket/Display.html?id=30889 | |
287 | ||
d3bf4eaf TC |
288 | - on some perl's the infix expression parser test would fail due to |
289 | actions in the grammar returning false. Made sure all actions return | |
290 | a true value. | |
8b96ad6b TC |
291 | Thanks to Richard Fairhurst for spending a lot of time in tracking |
292 | down this problem. | |
680c329d | 293 | http://rt.cpan.org/Public/Bug/Display.html?id=29562 |
d3bf4eaf | 294 | |
d06f6707 | 295 | Imager 0.61 - 5 November 2007 |
1cfa190e TC |
296 | =========== |
297 | ||
298 | - added samples/gifscale.pl, which adjusts the screen size/position tags | |
299 | when scaling an animated gif | |
300 | http://rt.cpan.org/Ticket/Display.html?id=27591 | |
301 | ||
8a2cd317 TC |
302 | Bug fixes: |
303 | ||
e7ac18bd TC |
304 | - correct handling of sz in matrix_transform() - this should allow |
305 | perspective type transformations to work now. | |
306 | http://rt.cpan.org/Ticket/Display.html?id=29936 | |
307 | ||
8a2cd317 TC |
308 | - prevent a cast to integer warning on x64 builds in datatypes.c |
309 | also fixed some other type warnings | |
310 | https://rt.cpan.org/Ticket/Display.html?id=30204 | |
311 | ||
9188b23e TC |
312 | - some sub-directory tests depended on files produced by the parent |
313 | directory tests | |
314 | http://rt.cpan.org/Ticket/Display.html?id=30203 | |
315 | ||
7febff1d TC |
316 | - Imager::Font::Wrap doesn't correctly set savepos |
317 | thanks to Nikita Dedik and Eleneldil G. Arilou for reporting this. | |
318 | http://rt.cpan.org/Ticket/Display.html?id=29771 | |
319 | ||
76411e99 TC |
320 | - test 171 in t/t01introvert.t was failing on perls configured to |
321 | use long double. | |
322 | http://rt.cpan.org/Ticket/Display.html?id=29413 | |
323 | ||
3f29de50 TC |
324 | - the code for the transform2() uminus operator was missing a break. |
325 | Added tests for better code coverage of the ops. | |
326 | http://rt.cpan.org/Ticket/Display.html?id=29296 | |
327 | ||
ed107438 TC |
328 | - the SGI RLE compression code could overflow its compression buffer |
329 | http://rt.cpan.org/Ticket/Display.html?id=30334 | |
330 | ||
331 | - the 32-bit output function used by the SGI code only handled values | |
332 | under 0x10000. This was most noticable when writing large RLE images. | |
333 | http://rt.cpan.org/Ticket/Display.html?id=30335 | |
334 | ||
c7481ae1 TC |
335 | - validate chan_count for chans == NULL for each of the i_gsamp() |
336 | implementations. | |
337 | http://rt.cpan.org/Ticket/Display.html?id=28985 | |
338 | ||
ff37fc3f TC |
339 | - attempt to work around the test failure at |
340 | http://www.nntp.perl.org/group/perl.cpan.testers/2007/09/msg650810.html | |
341 | http://rt.cpan.org/Ticket/Display.html?id=29562 | |
342 | ||
f245645a TC |
343 | - improve the error messages produced when attempting to read or write |
344 | an unknown image file format. | |
345 | http://rt.cpan.org/Ticket/Display.html?id=30103 | |
346 | ||
333d7485 TC |
347 | - improve the transform2() documentation |
348 | http://rt.cpan.org/Ticket/Display.html?id=29267 | |
349 | ||
3b115720 TC |
350 | - correctly generate the author key in META.yml |
351 | http://rt.cpan.org/Ticket/Display.html?id=30377 | |
352 | ||
13c9a303 TC |
353 | - correctly blend a rotated (or matrix_transformed()) image when |
354 | performing interpolation in the presence of an alpha channel. | |
8a071022 TC |
355 | Also corrected the centring of the rotated image on the output |
356 | image. | |
13c9a303 | 357 | |
0e622083 | 358 | Imager 0.60 - 30 August 2007 |
bcff4dd9 TC |
359 | =========== |
360 | ||
d5477d3d TC |
361 | - Finished/rewrote Arnar's old SGI RGB file format support, so Imager |
362 | now has full SGI RGB image format, including RLE and 16-bit/sample | |
363 | images. | |
364 | https://rt.cpan.org/Ticket/Display.html?id=8666 | |
365 | ||
366 | - logging functions are now available in the API | |
367 | ||
a60905e4 TC |
368 | - applied Gabriel Vasseur's patch |
369 | added documentation, further tests, and support for greyscale images | |
370 | Obviously problems are my fault :) | |
371 | https://rt.cpan.org/Ticket/Display.html?id=28142 | |
372 | ||
413dc198 TC |
373 | - the mask for ICO/CUR images is now applied as an alpha channel to |
374 | the returned image. For the old behaviour, supply ico_masked => 0 | |
375 | to read() or read_multi(). This should be less confusing when | |
376 | using Imager as a general image processor. | |
377 | https://rt.cpan.org/Ticket/Display.html?id=29001 | |
378 | ||
bcff4dd9 TC |
379 | Bug fixes: |
380 | ||
381 | - in some cases it's possible for giflib/libungif to return color | |
382 | indexes outside the range of colors defined by the image's palette. | |
383 | We now expand the palette to match the indexes used. | |
384 | Thanks to Gabriel Vasseur for reporting this. | |
385 | ||
02576e8d TC |
386 | - fixed various memory leaks that could occur when failing to read png, |
387 | jpeg, bmp or tga files. | |
388 | ||
b3aa972f TC |
389 | - to avoid confusion, channels not present in the image are returned as |
390 | zero by getscanline(). This has no effect on the C level i_glin() | |
391 | and i_glinf() API functions which continue to not set the unused | |
392 | channels. | |
393 | ||
d5477d3d TC |
394 | - the convert() method now returns an image of the same sample size as |
395 | the source image. | |
396 | https://rt.cpan.org/Ticket/Display.html?id=28492 | |
397 | ||
baa880ef TC |
398 | - remove repeated text in Imager::Files |
399 | http://rt.cpan.org/Ticket/Display.html?id=27589 | |
400 | ||
401 | - be even more explicit that scale() and friends don't modify the source | |
402 | image, but return a new image. | |
403 | http://rt.cpan.org/Ticket/Display.html?id=28570 | |
404 | ||
0561d49c TC |
405 | - improve the error message from errstr() when you try to load a font |
406 | for which the driver hasn't been built in Imager. | |
407 | http://rt.cpan.org/Ticket/Display.html?id=27571 | |
408 | ||
d8a39ce0 TC |
409 | - transparency is now enabled by default when writing GIF images |
410 | http://rt.cpan.org/Ticket/Display.html?id=27615 | |
411 | ||
5730d6e7 TC |
412 | - Imager would not load on Windows 98 |
413 | http://rt.cpan.org/Ticket/Display.html?id=27653 | |
414 | ||
b4996113 | 415 | Imager 0.59 - 14 June 2007 |
e6e94ab0 TC |
416 | =========== |
417 | ||
418 | Bug fixes: | |
419 | ||
420 | - fixes a regression introduced by the fixes for RT 11972 | |
421 | http://rt.cpan.org/Ticket/Display.html?id=27546 | |
422 | ||
9fc9d0ca TC |
423 | - cropping outside the image would return an Imager object with |
424 | no low-level image object, instead of returning false. | |
425 | Fixed by: Philip Gwyn (Leolo) | |
426 | http://rt.cpan.org/Ticket/Display.html?id=27509 | |
427 | ||
7e7508dd TC |
428 | Imager 0.58 - 16 May 2007 |
429 | =========== | |
430 | ||
431 | No significant changes from 0.57_01. | |
432 | ||
1970a2c7 TC |
433 | Imager 0.57_01 - 11 May 2007 |
434 | ============== | |
d034a178 | 435 | |
f8e36694 TC |
436 | - added to_rgb16 to produce a 16-bit/sample version of an image |
437 | ||
95b2bff4 TC |
438 | - improve freetype 1.x text output efficiency |
439 | ||
d034a178 TC |
440 | Bug fixes: |
441 | ||
442 | - search another place for rgb.txt, and check all the places | |
443 | Imager::Color checks when deciding whether to skip testing it | |
444 | http://rt.cpan.org/Ticket/Display.html?id=26064 | |
445 | ||
73962964 TC |
446 | - use a convolution kernel size based on the stddev rather than a |
447 | fixed size when performing a gaussian blur | |
448 | http://rt.cpan.org/Ticket/Display.html?id=25645 | |
449 | ||
01b84320 TC |
450 | - document the difference() method's mindist parameter, and debug it. |
451 | ||
7e7508dd | 452 | - put the Imager release number in the Inline::C generated code to |
22f9ca48 TC |
453 | regenerate Inline code when a new release of Imager is installed. |
454 | http://rt.cpan.org/Ticket/Display.html?id=26278 | |
455 | ||
fa16b6c6 TC |
456 | - fix rendering on alpha channel images for the FreeType 1.x driver. |
457 | http://rt.cpan.org/Ticket/Display.html?id=11972 | |
458 | ||
4c84ccfb TC |
459 | - fix rendering on alpha channel images for the T1lib driver. |
460 | http://rt.cpan.org/Ticket/Display.html?id=11972 | |
461 | ||
1fe8316b TC |
462 | - reworked library probing, we can now set more than one probe |
463 | function for a library. Disabled the default (non-freetype-config) | |
464 | library probe and added an extra probe function that searches for | |
465 | both ft2build.h and whatever it includes, and adds -I as needed. | |
466 | Hopefully this will fix build problems like | |
467 | http://www.nntp.perl.org/group/perl.cpan.testers/2007/05/msg472281.html | |
468 | http://rt.cpan.org/Ticket/Display.html?id=26086 | |
469 | ||
bb5712de TC |
470 | Imager 0.57 - 30 Apr 2007 |
471 | =========== | |
472 | ||
473 | This is a maintenence release fixing a security issue in Imager. | |
474 | ||
475 | - CRITICAL: a specially crafted compressed BMP file can cause a buffer | |
476 | overflow in malloced memory. There will be further discussion of | |
477 | this issue in the ticket below. | |
478 | http://rt.cpan.org/Ticket/Display.html?id=26811 | |
7e7508dd TC |
479 | CVE-2007-2459 CVE-2007-2413 |
480 | The descriptions at cve.mitre.org varied in quality, please see the | |
481 | ticket at rt.cpan.org for a more accurate description of the issue. | |
bb5712de | 482 | |
d034a178 | 483 | Imager 0.56 - 1 Apr 2007 |
7623d340 TC |
484 | =========== |
485 | ||
486 | - added support for reading 16-bit/sample PGM/PPM images | |
487 | ||
488 | - added support for writing 16-bit/sample PGM/PPM images | |
489 | ||
490 | - improved performance of reading PBM/PGM/PPM images | |
491 | ||
492 | - added support for writing PBM images if the image is paletted and | |
493 | contains only black and white | |
494 | ||
495 | - added a new make_colors value - "mono" | |
496 | ||
497 | - switched from the svn log Changes to a manual Changes to reduce | |
498 | noise | |
499 | ||
1225d272 TC |
500 | - new sample code - samples/flasher.pl |
501 | ||
7623d340 TC |
502 | Bug fixes: |
503 | ||
504 | - CRITICAL: the "Imager" typemap entry (not used by Imager itself) | |
505 | was returning an image object with an extra reference, this | |
506 | resulted in a memory leak. | |
507 | http://rt.cpan.org/Ticket/Display.html?id=24992 | |
508 | ||
509 | - fix rendering on alpha channel images for the FreeType 2.x driver | |
510 | http://rt.cpan.org/Ticket/Display.html?id=11972 | |
511 | ||
512 | - reading bmp files now consitently handles short reads. You can now | |
513 | supply a parameter to treat a short read as successful and set | |
514 | i_incomplete | |
515 | http://rt.cpan.org/Ticket/Display.html?id=8426 | |
516 | ||
517 | - previously, reading ASCII PBM files required spaces between samples, | |
518 | even though the format doesn't require that | |
519 | ||
1225d272 TC |
520 | - improved documentation of the unsharpmask filter (I hope) |
521 | http://rt.cpan.org/Ticket/Display.html?id=25531 | |
522 | ||
523 | - force flushing of the output from i_tt_dump_names() and test output | |
524 | in t/t35ttfont.t to prevent output from being mixed up. | |
525 | https://rt.cpan.org/Ticket/Display.html?id=24859 | |
526 | ||
527 | - rewrite a conditional expression as an if() to hopefully work around | |
528 | a bug in the pre-4.0 GCC Apple shipped with OS X 10.4. | |
529 | https://rt.cpan.org/Ticket/Display.html?id=25561 | |
530 | ||
531 | - avoid Data::Dumper in regops.perl to support older releases of perl | |
532 | https://rt.cpan.org/Ticket/Display.html?id=24391 | |
533 | ||
7623d340 TC |
534 | Imager 0.55 - 16 Dec 2006 |
535 | =========== | |
536 | ||
537 | This is primarily a bug fix release. | |
538 | ||
539 | Note: Test::More is now a pre-requisite for Imager and is no longer bundled. | |
540 | ||
541 | There is one new feature: | |
542 | ||
543 | - the Win32 font driver now supports UTF8 (RT 22166) | |
544 | http://www.cpanforum.com/threads/3276 | |
545 | http://rt.cpan.org/Ticket/Display.html?id=22166 | |
546 | ||
547 | Several bugs were fixed: | |
548 | ||
549 | - the string() method would not output the string "0" | |
550 | http://rt.cpan.org/Public/Bug/Display.html?id=21770 | |
551 | ||
552 | - fills.c was failing to compile on Solaris 10 (compiler unknown) | |
553 | http://rt.cpan.org/Public/Bug/Display.html?id=21944 | |
554 | ||
555 | - the gif_disposal and gif_user_input tags weren't being read from | |
556 | the file correctly | |
557 | http://rt.cpan.org/Public/Bug/Display.html?id=22192 | |
558 | ||
559 | - gif.c was failing to build under MSVC | |
560 | http://rt.cpan.org/Ticket/Display.html?id=23922 | |
561 | ||
562 | - in some cases strings passed to the string() method were treated as | |
563 | terminated by NUL (chr 0) | |
564 | http://rt.cpan.org/Public/Bug/Display.html?id=21770 | |
565 | ||
566 | - on "MSWin32" perl builds we now link to -lzlib instead of -lz since | |
567 | that's the default build name for zlib on Win32. | |
568 | http://rt.cpan.org/Ticket/Display.html?id=23064 | |
569 | ||
570 | - search $Config{incpath} for headers too, which we should have been | |
571 | doing all along. | |
572 | ||
573 | Win32 font driver fixes: | |
574 | ||
575 | - the global descent value from bounding box was the wrong sign | |
576 | http://www.cpanforum.com/threads/3276 | |
577 | ||
578 | - if the first or last glyph overflowed the left or right side of the | |
579 | advance width they would be clipped | |
580 | ||
581 | ||
582 | Imager 0.54 - 14 Sep 2006 | |
583 | =========== | |
584 | ||
585 | This is primarily a feature release: | |
586 | ||
587 | - a new qtype value 'mixing' has been added to the scale() | |
588 | method. This is faster than 'normal', slower than 'preview'. This | |
589 | is based on the method used by pnmscale, and seems to produce less | |
590 | blurry results than normal. | |
591 | http://rt.cpan.org/Public/Bug/Display.html?id=20677 | |
592 | ||
593 | - the rubthrough() method can now render onto images with an alpha | |
594 | channel. | |
595 | http://rt.cpan.org/Ticket/Display.html?id=20678 | |
596 | ||
597 | - the read_multi() method now falls back to calling doing a single | |
598 | image read via the read() method and write_multi() will now fall | |
599 | back to calling write() if a single image is supplied. This means | |
600 | you can simply call the read_multi() or write_multi() functions | |
601 | without having to check if the type is formatted by that method. | |
602 | http://rt.cpan.org/Ticket/Display.html?id=19457 | |
603 | http://rt.cpan.org/Ticket/Display.html?id=19458 | |
604 | ||
605 | - the GIF loop extension can now be written. If you don't have | |
606 | libungif/giflib 4.1.4 (or some distribution's bugfixed equivalent) you | |
607 | should upgrade. | |
608 | http://rt.cpan.org/Ticket/Display.html?id=21185 | |
609 | ||
610 | - getscanline() and setscanline() can now read/write palette index | |
611 | based data from/to the image for paletted images, by setting type to | |
612 | 'index'. | |
613 | http://rt.cpan.org/Ticket/Display.html?id=20338 | |
614 | ||
615 | - we no longer hassle you to disable GIF support | |
616 | http://rt.cpan.org/Ticket/Display.html?id=20687 | |
617 | ||
618 | - minor documentation fixes | |
619 | ||
620 | ||
621 | Imager 0.53 - 26 Jul 2006 | |
622 | =========== | |
623 | ||
624 | This is a bugfix release. | |
625 | ||
626 | Some test code was left in a code path not covered by the test | |
627 | suite. A test was added to cover this code path and the test code was | |
628 | removed. | |
629 | http://rt.cpan.org/Public/Bug/Display.html?id=20705 | |
630 | ||
631 | ||
632 | Imager 0.52 - 25 Jul 2006 | |
633 | =========== | |
634 | ||
635 | This is primarily a feature release, but contains a fair few bug | |
636 | fixes, new features: | |
637 | ||
638 | - ability to read and write MS Windows ICO and CUR files | |
639 | ||
640 | - you can now add file format plugins to support new file formats | |
641 | ||
642 | - add POD coverage tests | |
643 | ||
644 | - setcolors() and addcolors() now accept color names and so on | |
645 | instead of requiring Imager::Color objects. | |
646 | http://rt.cpan.org/Ticket/Display.html?id=20056 | |
647 | ||
648 | - flood_fill() can now fill to a specified border color instead of | |
649 | just to the area the same color as the seed. | |
650 | http://rt.cpan.org/Ticket/Display.html?id=19618 | |
651 | ||
652 | ||
653 | Bug fixes: | |
654 | ||
655 | - bounding_box for the T1 driver wasn't converting UTF8 to ascii when | |
656 | calculating the advance width. | |
657 | http://rt.cpan.org/Public/Bug/Display.html?id=20554 | |
658 | ||
659 | - bounding_box for the T1 driver wasn't including leading and | |
660 | trailing spaces in the bounding box as the other drivers did, it also | |
661 | produced strange results for empty strings or strings containing only | |
662 | spaces | |
663 | ||
664 | - when reading CMYK jpeg images they were being transferred to the | |
665 | image object as is, producing a four channel image. It only looked ok | |
666 | due to an old still unfixed Photoshop bug. We now convert from the | |
667 | inverted CMYK that photoshop (and Corel for example) produce into RGB. | |
668 | http://rt.cpan.org/Ticket/Display.html?id=20416 | |
669 | ||
670 | - reading a CYMK TIFF would result in a 4 channel image, reading any | |
671 | image with more than 4 channels (eg. RGB with 2 alpha channels) would | |
672 | result in an error. | |
673 | http://rt.cpan.org/Ticket/Display.html?id=20415 | |
674 | ||
675 | - added /usr/local/include to the default include search path, since | |
676 | we were already searching /usr/local/lib for libraries. | |
677 | ||
678 | And various minor fixes and documentation updates. | |
679 | ||
680 | ||
681 | Imager 0.51 - 23 Apr 2006 | |
682 | =========== | |
683 | ||
684 | - fix a validation bug when processing JPEG EXIF data that can cause | |
685 | a crash | |
686 | http://rt.cpan.org/Public/Bug/Display.html?id=18496 | |
687 | ||
688 | - fix mis-processing of the src_maxx and src_maxy parameters of the | |
689 | paste() method | |
690 | http://rt.cpan.org/Public/Bug/Display.html?id=18712 | |
691 | ||
692 | - fix a problem in Imager's "smart" handling of the color parameter | |
693 | to various methods. | |
694 | http://rt.cpan.org/Public/Bug/Display.html?id=18561 | |
695 | ||
696 | ||
697 | Imager 0.50 - 29 Mar 2006 | |
698 | =========== | |
699 | ||
700 | - CRITICAL: fixes a segmentation fault from attempting to write a 2 | |
701 | or 4 channel image to jpeg or a 2 channel image to tga where the | |
702 | output is an in-memeory buffer. | |
703 | http://rt.cpan.org/Public/Bug/Display.html?id=18397 | |
704 | ||
705 | - fixes an incorrect pointer parameter in the PNG code | |
706 | http://rt.cpan.org/Public/Bug/Display.html?id=18051 | |
707 | ||
708 | - skip Inline::C tests when building in a directory with spaces | |
709 | http://rt.cpan.org/Public/Bug/Display.html?id=18049 |