ignore generated gaussian.c
[imager.git] / Changes
CommitLineData
7623d340
TC
1Imager release history. Older releases can be found in Changes.old
2
d034a178
TC
3Imager 0.57 -
4===========
5
f8e36694
TC
6 - added to_rgb16 to produce a 16-bit/sample version of an image
7
d034a178
TC
8Bug fixes:
9
10 - search another place for rgb.txt, and check all the places
11 Imager::Color checks when deciding whether to skip testing it
12 http://rt.cpan.org/Ticket/Display.html?id=26064
13
73962964
TC
14 - use a convolution kernel size based on the stddev rather than a
15 fixed size when performing a gaussian blur
16 http://rt.cpan.org/Ticket/Display.html?id=25645
17
01b84320
TC
18 - document the difference() method's mindist parameter, and debug it.
19
22f9ca48
TC
20 - put the Imager releaser number in the Inline::C generated code to
21 regenerate Inline code when a new release of Imager is installed.
22 http://rt.cpan.org/Ticket/Display.html?id=26278
23
d034a178 24Imager 0.56 - 1 Apr 2007
7623d340
TC
25===========
26
27 - added support for reading 16-bit/sample PGM/PPM images
28
29 - added support for writing 16-bit/sample PGM/PPM images
30
31 - improved performance of reading PBM/PGM/PPM images
32
33 - added support for writing PBM images if the image is paletted and
34 contains only black and white
35
36 - added a new make_colors value - "mono"
37
38 - switched from the svn log Changes to a manual Changes to reduce
39 noise
40
1225d272
TC
41 - new sample code - samples/flasher.pl
42
7623d340
TC
43Bug fixes:
44
45 - CRITICAL: the "Imager" typemap entry (not used by Imager itself)
46 was returning an image object with an extra reference, this
47 resulted in a memory leak.
48 http://rt.cpan.org/Ticket/Display.html?id=24992
49
50 - fix rendering on alpha channel images for the FreeType 2.x driver
51 http://rt.cpan.org/Ticket/Display.html?id=11972
52
53 - reading bmp files now consitently handles short reads. You can now
54 supply a parameter to treat a short read as successful and set
55 i_incomplete
56 http://rt.cpan.org/Ticket/Display.html?id=8426
57
58 - previously, reading ASCII PBM files required spaces between samples,
59 even though the format doesn't require that
60
1225d272
TC
61 - improved documentation of the unsharpmask filter (I hope)
62 http://rt.cpan.org/Ticket/Display.html?id=25531
63
64 - force flushing of the output from i_tt_dump_names() and test output
65 in t/t35ttfont.t to prevent output from being mixed up.
66 https://rt.cpan.org/Ticket/Display.html?id=24859
67
68 - rewrite a conditional expression as an if() to hopefully work around
69 a bug in the pre-4.0 GCC Apple shipped with OS X 10.4.
70 https://rt.cpan.org/Ticket/Display.html?id=25561
71
72 - avoid Data::Dumper in regops.perl to support older releases of perl
73 https://rt.cpan.org/Ticket/Display.html?id=24391
74
7623d340
TC
75Imager 0.55 - 16 Dec 2006
76===========
77
78This is primarily a bug fix release.
79
80Note: Test::More is now a pre-requisite for Imager and is no longer bundled.
81
82There is one new feature:
83
84 - the Win32 font driver now supports UTF8 (RT 22166)
85 http://www.cpanforum.com/threads/3276
86 http://rt.cpan.org/Ticket/Display.html?id=22166
87
88Several bugs were fixed:
89
90 - the string() method would not output the string "0"
91 http://rt.cpan.org/Public/Bug/Display.html?id=21770
92
93 - fills.c was failing to compile on Solaris 10 (compiler unknown)
94 http://rt.cpan.org/Public/Bug/Display.html?id=21944
95
96 - the gif_disposal and gif_user_input tags weren't being read from
97 the file correctly
98 http://rt.cpan.org/Public/Bug/Display.html?id=22192
99
100 - gif.c was failing to build under MSVC
101 http://rt.cpan.org/Ticket/Display.html?id=23922
102
103 - in some cases strings passed to the string() method were treated as
104 terminated by NUL (chr 0)
105 http://rt.cpan.org/Public/Bug/Display.html?id=21770
106
107 - on "MSWin32" perl builds we now link to -lzlib instead of -lz since
108 that's the default build name for zlib on Win32.
109 http://rt.cpan.org/Ticket/Display.html?id=23064
110
111 - search $Config{incpath} for headers too, which we should have been
112 doing all along.
113
114Win32 font driver fixes:
115
116 - the global descent value from bounding box was the wrong sign
117 http://www.cpanforum.com/threads/3276
118
119 - if the first or last glyph overflowed the left or right side of the
120 advance width they would be clipped
121
122
123Imager 0.54 - 14 Sep 2006
124===========
125
126This is primarily a feature release:
127
128 - a new qtype value 'mixing' has been added to the scale()
129 method. This is faster than 'normal', slower than 'preview'. This
130 is based on the method used by pnmscale, and seems to produce less
131 blurry results than normal.
132 http://rt.cpan.org/Public/Bug/Display.html?id=20677
133
134 - the rubthrough() method can now render onto images with an alpha
135 channel.
136 http://rt.cpan.org/Ticket/Display.html?id=20678
137
138 - the read_multi() method now falls back to calling doing a single
139 image read via the read() method and write_multi() will now fall
140 back to calling write() if a single image is supplied. This means
141 you can simply call the read_multi() or write_multi() functions
142 without having to check if the type is formatted by that method.
143 http://rt.cpan.org/Ticket/Display.html?id=19457
144 http://rt.cpan.org/Ticket/Display.html?id=19458
145
146 - the GIF loop extension can now be written. If you don't have
147 libungif/giflib 4.1.4 (or some distribution's bugfixed equivalent) you
148 should upgrade.
149 http://rt.cpan.org/Ticket/Display.html?id=21185
150
151 - getscanline() and setscanline() can now read/write palette index
152 based data from/to the image for paletted images, by setting type to
153 'index'.
154 http://rt.cpan.org/Ticket/Display.html?id=20338
155
156 - we no longer hassle you to disable GIF support
157 http://rt.cpan.org/Ticket/Display.html?id=20687
158
159 - minor documentation fixes
160
161
162Imager 0.53 - 26 Jul 2006
163===========
164
165This is a bugfix release.
166
167Some test code was left in a code path not covered by the test
168suite. A test was added to cover this code path and the test code was
169removed.
170http://rt.cpan.org/Public/Bug/Display.html?id=20705
171
172
173Imager 0.52 - 25 Jul 2006
174===========
175
176This is primarily a feature release, but contains a fair few bug
177fixes, new features:
178
179 - ability to read and write MS Windows ICO and CUR files
180
181 - you can now add file format plugins to support new file formats
182
183 - add POD coverage tests
184
185 - setcolors() and addcolors() now accept color names and so on
186 instead of requiring Imager::Color objects.
187 http://rt.cpan.org/Ticket/Display.html?id=20056
188
189 - flood_fill() can now fill to a specified border color instead of
190 just to the area the same color as the seed.
191 http://rt.cpan.org/Ticket/Display.html?id=19618
192
193
194Bug fixes:
195
196 - bounding_box for the T1 driver wasn't converting UTF8 to ascii when
197 calculating the advance width.
198 http://rt.cpan.org/Public/Bug/Display.html?id=20554
199
200 - bounding_box for the T1 driver wasn't including leading and
201 trailing spaces in the bounding box as the other drivers did, it also
202 produced strange results for empty strings or strings containing only
203 spaces
204
205 - when reading CMYK jpeg images they were being transferred to the
206 image object as is, producing a four channel image. It only looked ok
207 due to an old still unfixed Photoshop bug. We now convert from the
208 inverted CMYK that photoshop (and Corel for example) produce into RGB.
209 http://rt.cpan.org/Ticket/Display.html?id=20416
210
211 - reading a CYMK TIFF would result in a 4 channel image, reading any
212 image with more than 4 channels (eg. RGB with 2 alpha channels) would
213 result in an error.
214 http://rt.cpan.org/Ticket/Display.html?id=20415
215
216 - added /usr/local/include to the default include search path, since
217 we were already searching /usr/local/lib for libraries.
218
219And various minor fixes and documentation updates.
220
221
222Imager 0.51 - 23 Apr 2006
223===========
224
225 - fix a validation bug when processing JPEG EXIF data that can cause
226 a crash
227 http://rt.cpan.org/Public/Bug/Display.html?id=18496
228
229 - fix mis-processing of the src_maxx and src_maxy parameters of the
230 paste() method
231 http://rt.cpan.org/Public/Bug/Display.html?id=18712
232
233 - fix a problem in Imager's "smart" handling of the color parameter
234 to various methods.
235 http://rt.cpan.org/Public/Bug/Display.html?id=18561
236
237
238Imager 0.50 - 29 Mar 2006
239===========
240
241 - CRITICAL: fixes a segmentation fault from attempting to write a 2
242 or 4 channel image to jpeg or a 2 channel image to tga where the
243 output is an in-memeory buffer.
244 http://rt.cpan.org/Public/Bug/Display.html?id=18397
245
246 - fixes an incorrect pointer parameter in the PNG code
247 http://rt.cpan.org/Public/Bug/Display.html?id=18051
248
249 - skip Inline::C tests when building in a directory with spaces
250 http://rt.cpan.org/Public/Bug/Display.html?id=18049