~ubuntu-branches/ubuntu/oneiric/imagemagick/oneiric-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2010-06-20 19:59:55 UTC
  • mfrom: (6.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100620195955-n3eq0yenhycw888i
Tags: 7:6.6.2.6-1
* New upstream release;
* Change Recommends on ufraw to ufraw-batch (Closes: #579775);
* Fix FTBFS when using dash to run the configure script, by setting
  CONFIG_SHELL=/bin/bash (Closes: #582073, #583024). Thank you, Niko Tyni!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-06-14  6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
 
2
  * Fix transprancy handling for Morphology Convolve
 
3
  * Adjustments of Hit And Miss and Edge Detection kernel definitions
 
4
  * Added 'ThinDiagonals' Thinning Kernel + two sub-types
 
5
  * Handling for Convolution of 1-D vertical kernels.
 
6
    However this was removed (using #if-#endif) as I found it slower in tests!
 
7
 
 
8
2010-06-12  6.6.2-5 Cristy  <quetzlzacatenango@image...>
 
9
  * mogrify -format properly handles compressed image filename (e.g.
 
10
    -format jpg logo.png.bz2).
 
11
  * Respect +dither option when saving to the GIF image format.
 
12
 
 
13
2010-06-08  6.6.2-4 Cristy  <quetzlzacatenango@image...>
 
14
  * End of string sentinal is \n not \r.
 
15
 
 
16
2010-06-06  6.6.2-3 Glenn Randers-Pehrson <glennrp@image...>
 
17
  * Don't decode pixels in coders/png.c when image->ping is set.
 
18
 
 
19
2010-06-06  6.6.2-3 Cristy  <quetzlzacatenango@image...>
 
20
  * Reset image filename when reading inline images.
 
21
  * Don't clamp floating point values for HDRI-enabled ImageMagick.
 
22
 
 
23
2010-05-25  6.6.2-2 Anthony Thyssen <A.Thyssen@griffith...>
 
24
  * Replaced '^' morphology kernel rotation with two varients '>' and '<'
 
25
  * 'Skeleton' variant to thin down images as symetrically as possible.
 
26
  * Spelling correction:  Manhatten -> Manhattan
 
27
 
 
28
2010-06-01  6.6.2-2 Glenn Randers-Pehrson <glennrp@image...>
 
29
  * Properly scale color components of the PNG bKGD chunk.
 
30
  * Prevent MNG divide by zero in calculation of frame_timeout.  Set
 
31
    both frame_delay and frame_timeout to infinite when ticks_per_second
 
32
    is zero, as required by the MNG spec.
 
33
 
 
34
2010-05-31  6.6.2-2 Cristy  <quetzlzacatenango@image...>
 
35
  * Add x:silent option to prevent beeps when reading the X image format.
 
36
  * Recognize TTF for GetMagicInfo().
 
37
  * Ensure the +set option deletes the image artifact.
 
38
 
 
39
2010-05-28  6.6.2-1 Glenn Randers-Pehrson <glennrp@image...>
 
40
  * Prevent coders/png.c from attempting to write an empty tRNS chunk.
 
41
 
 
42
2010-05-25  6.6.2-1 Anthony Thyssen <A.Thyssen@griffith...>
 
43
  * Fix for Square Array Rotates (off center origin rotate)
 
44
  * Added HitAndMiss kernel Ridges2 to find 2 pixel thick ridges
 
45
  * Added FreiChen:0,{angle}  FreiChen:{angle} and FreiChen:-1 variations
 
46
    to complete this kernels definition
 
47
 
 
48
2010-05-24  6.6.2-1 Cristy  <quetzlzacatenango@image...>
 
49
  * Respect density when rendering SVG images.
 
50
  * Set AVI handler to the MPEG coder.
 
51
  * Compute the proper DPX user data field size.
 
52
  * Do not interpret a format specifier when enclosed in brackets (e.g.
 
53
    rose_tile_%[filename:tile].gif.
 
54
  * Use 64-bit types when compiling with the 64-bit Visual C++ compiler under
 
55
    Windows.
 
56
  * Prevent MNG divide by zero in calculation of frame_delay (reference
 
57
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16320).
 
58
 
 
59
2010-05-23  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
 
60
  * Third Re-write of MorphologyApply() to better handle compound methods.
 
61
  * Implemented  -set option:morphology:compose for merging results of
 
62
    multiple kernels. "None" means re-iterate results with next kernel.
 
63
    While "Undefined" means to use the internal default for a method.
 
64
    Thinning, Thickening, HitAndMiss, Convolve, Correlate defaults to "None"
 
65
    while HitAndMiss defaults to "Lighten" (union of all kernel results).
 
66
    Other morphology methods defaults still to be decided.
 
67
  * Added HitAndMiss Kernel: Ridges  (find ridges and pixel width lines)
 
68
  * Rotation Expansion of single kernels '^' and '@' flags in arguments
 
69
    EG: -set option:showkernel 1 -morphology Convolve 'Blur:0x2^'
 
70
  * ExpandKernelInfo() (rotation expand) now groks symmetrical kernels.
 
71
    So the above will only produce a list of 2 kernels, not 4 kernels
 
72
 
 
73
2010-05-18  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
 
74
  * Separation of internal function MorphologyAppy() from
 
75
    MorphologyImageChannel() to calls to convolve without user settings.
 
76
  * Rewrite of MorphologyApply() to output better 'verbose' messages
 
77
  * Better handling of Gaussian tyle filters (bug fixes)
 
78
  * Bug fix and optimization of kernel size calculations in "gem.c"
 
79
  * Allow '^' or '@' flags in 'user defined' kernel size arguments to
 
80
    expand kernel into a rotated list.
 
81
    EG: -set option:showkernel 1 -morphology Thinning  '3@: 0,1,0 0,1,0 0,0,0'
 
82
  * Allow a scaled unity kernel to be added to kernel (EdgeDet->Sharpen)
 
83
    EG: -set option:convolve:scale [kernel_scale][^!],[unity_scale][%]
 
84
  * Addition of "Laplacian of Gaussian" (LOG), also known as Mexican Hat
 
85
    EG: -morphology convolve LOG:0x1
 
86
  * Added FreiChen, Kirsch  Convolution kernels
 
87
  * Added Descrete 'Laplacian of Gaussian' kernels (Laplacian type 15 and 19)
 
88
  * Added Edges HitAndMiss Kernel
 
89
 
 
90
2010-05-17  6.6.2-0 Cristy  <quetzlzacatenango@image...>
 
91
  * PSD images require a proper layer to support an alpha channel.
 
92
  * Enable PFM endian support.
 
93
  * Add context to -border for montage.  Inside the parenthesis it adds a border
 
94
    to the image otherwise it sets the border for the layout manager.
 
95
  * 24-bit BMP images are not colormapped even if header colors != 0.
 
96
  * Set DPX user data like this: -set profile dpx:userdata.txt.
 
97
  * Make sure Lab => RGB => Lab survives the round trip.
 
98
 
 
99
2010-05-15  6.6.1-10 Cristy  <quetzlzacatenango@image...>
 
100
  * Use ScaleCharToQuantum() in coders/src.c (reference
 
101
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16229).
 
102
  * Don't clamp HDRI EXR pixels.
 
103
 
 
104
2010-05-14  6.6.1-9 Cristy  <quetzlzacatenango@image...>
 
105
  * Increase the estimated # points for the path drawing primitive.
 
106
  * Remove any prior resolution block from PSD before writing the new block.
 
107
 
 
108
2010-05-14  6.6.1-9 Anthony Thyssen <A.Thyssen@griffith...>
 
109
  * Addition of more Morphological/Convolution Kernels.
 
110
    DOG (Difference of Gaussians) and DOB (Difference of Blurs),
 
111
    EG:    -morphology convolve DOG:0x1,3
 
112
           -morphology convolve DOB:0x1,3,90
 
113
  * Added Prewitt, Roberts, Compass  Convolution Kernels
 
114
  * Ring Symbol Kernel (subtraction of Disk from a Disk)
 
115
 
 
116
2010-05-13  6.6.1-9 Cristy  <quetzlzacatenango@image...>
 
117
  * The pixel buffer was underallocated for some image formats when streaming.
 
118
 
 
119
2010-05-12  6.6.1-8 Anthony Thyssen <A.Thyssen@griffith...>
 
120
  * Implementation of Pattern Matching Morphology methods
 
121
    HitAndMiss, Thicken, Thinning
 
122
  * Reporting of Kernel Strings that fail to parse (though not why)
 
123
  * Parsing of Multiple Kernel Strings, generating a list of kernels
 
124
  * Union of results from Multiple Kernels for HitAndMiss method
 
125
  * Interated Multiple Kernels for all other morphology methods
 
126
  * Added many new kernels for HitAndMiss and Convolution
 
127
    Sobel, Laplacian, Cross, Peaks, Corners, LineEnds, LineJunctions,
 
128
    ConvexHull (for Thicken), Skeleton (for Thinning)
 
129
 
 
130
2010-05-08  6.6.1-8 Glenn Randers-Pehrson <glennrp@image...>
 
131
  * Use proper background.index when writing indexed PNG, if the background
 
132
    color is in the palette.
 
133
 
 
134
2010-05-08  6.6.1-7 Cristy  <quetzlzacatenango@image...>
 
135
  * Fix improper 'invalid colormap index' PNG bug.
 
136
  * Fix PerlMagick compile exception.
 
137
 
 
138
2010-05-07  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
 
139
  * Added % and ! modification flags to morphology distance kernel
 
140
    scaling factor, for easier usage.
 
141
  * Bug fix for compose math channel handling and morphology diff usage
 
142
 
 
143
2010-05-06  6.6.1-6 Cristy  <quetzlzacatenango@image...>
 
144
  * Do not claim gray colorspace if gray image includes a non-gray pixel.
 
145
  * Initialize BMP alpha channel to opaque for RGB images.
 
146
  * Fixed under allocation for round rectangles.
 
147
  * The -list option returns a 0 status as expected.
 
148
 
 
149
2010-05-06  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
 
150
  * Made use of new no-'sync' channel enabled mathematical compose methods
 
151
    for the difference morphology methods.  These should now work correctly
 
152
    for specific channels, and more importantly for alpha shaped morphology.
 
153
 
 
154
2010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
 
155
  * Fixed bugs with losing the opacity channel while writing some PNG images.
 
156
    (bug reported by Anthony T.)
 
157
 
 
158
2010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
 
159
  * Simplified and corrected rowbytes calculation in coders/png.c and
 
160
    added more logging.
 
161
 
 
162
2010-05-05  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
 
163
  * Rename of "Add" and "Subtract" compositions to "ModulusAdd" and
 
164
    "ModulusSubtract" for more clarity of there functions. Old names
 
165
    will continue to work as expected.
 
166
  * Fix "Minus", "ModulusAdd", and "ModulusSubtract" to follow
 
167
    normal SVG 'Over' blending specifications, (see next for override)
 
168
    Note that this does NOT include the "Plus" composition method which has
 
169
    SVG definition for it to use a 'Plus' blending rather than 'Over' blending.
 
170
 
 
171
  * By default mathematical compositions work as per SVG definition. That is
 
172
    the results are synchronized with 'Over' alpha-blending (except "Plus"
 
173
    which uses 'plus' alpha-blending).
 
174
 
 
175
    By removing the default 'sync' flag from the -channel setting however
 
176
    Break this inter-channel synchronization and do the mathematical operations
 
177
    only on the individual channels as specified by the -channel setting.
 
178
    That is do 'channel' math rather than 'SVG' composition.
 
179
 
 
180
    With this change you can then use mathematical composition methods on
 
181
    individual channels or even with the alpha channel of images.
 
182
 
 
183
2010-04-28  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
 
184
  * Special case handling in Barrel distortion (pixel at image center)
 
185
  * Calculation of image for Barrel distortion (pixel vs image coords)
 
186
  * Argument input (handling optional 'd' argument) for Barrel distortion
 
187
 
 
188
2010-04-24  6.6.1-6 Cristy  <quetzlzacatenango@image...>
 
189
  * Do not declare timestruct under MinGW.
 
190
  * Respect -compose option for the montage utility (bug report by Anthony).
 
191
  * A 256 column gradient produces a 256 color GIF image (bug report by
 
192
    Anthony).
 
193
  * Register / unregister CALS format in static.c (reference
 
194
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=16103).
 
195
  * Add SetImageColor() method.
 
196
 
 
197
2010-04-17  6.6.1-5 Cristy  <quetzlzacatenango@image...>
 
198
  * Only write one ICC profile to PSD image.
 
199
  * Sync image colormap for PNG tRNS chunks.
 
200
  * The -direction option now works with the -annotate and -draw options.
 
201
  * For the histogram: format, if you have no need for the unique color list,
 
202
    use <kbd>-define histogram:unique-colors=false</kbd> to forego this
 
203
    expensive operation.
 
204
  * Match on literal after backslash in glob expression (reference
 
205
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16068).
 
206
  * Enable JPEG-compression for grayscale TIFF images (reference
 
207
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
 
208
  * Don't write empty tile if tile geometry matches the image width (reference
 
209
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
 
210
  * Support -regard-warnings in the mogrify utility.
 
211
  * Output the correct units for the identify utility (reference
 
212
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16075).
 
213
 
 
214
2010-04-15  6.6.1-4 Cristy  <quetzlzacatenango@image...>
 
215
  * Do not set the resample virtual pixel method when undefined.
 
216
  * Support writing grayscale PSD images.
 
217
  * Revert Lab-to-XYZ colorspace transform patch.
 
218
  * Clamp HDRI values for LevelImageChannel() method.
 
219
 
 
220
2010-04-12  6.6.1-3 Cristy  <quetzlzacatenango@image...>
 
221
  * For HSL to RGB, if color temperature is less than 0, set RGB to lightness.
 
222
  * Do not flip BMP image with negative height when pinging.
 
223
 
 
224
2010-04-08  6.6.1-2 Cristy  <quetzlzacatenango@image...>
 
225
  * Improve support for device link profiles.
 
226
 
 
227
2010-04-06  6.6.1-1 Anthony Thyssen <A.Thyssen@griffith...>
 
228
  * Fixed bug in -auto-level for special case when only one value is present
 
229
    in some channel of the image. In this case no 'stretch is performed, just
 
230
    as -normalize does.
 
231
 
 
232
2010-04-05  6.6.1-1 Cristy  <quetzlzacatenango@image...>
 
233
  * WMF support under Windows does not produce the same results as under
 
234
    Linux.
 
235
 
 
236
2010-03-31  6.6.1-0 Anthony Thyssen <A.Thyssen@griffith...>
 
237
  * Fixed bug in equal-size tile cropping, when image has a page offset.
 
238
 
 
239
2010-03-31  6.6.1-0 Cristy  <quetzlzacatenango@image...>
 
240
  * The -recolor 4x4 matrix is now interpreted properly (previously it
 
241
    summed rather than attenuating the alpha channel).
 
242
  * Support writing 1-bit PSD images.
 
243
  * Support LCMS 2.0.
 
244
  * Improved WMF support under Windows.
 
245
 
 
246
2010-03-30  6.6.1-0 Glenn Randers-Pehrson <glennrp@image...>
 
247
  * The new coders/png.c was failing to read a 1-bit paletted image properly.
 
248
  * Finished eliminating the deprecated direct references to members of
 
249
    the png_info structure. ImageMagick can now be built with libpng-1.5.
 
250
 
 
251
2010-03-21  6.6.0-10 Cristy  <quetzlzacatenango@image...>
 
252
  * Respect the -density option when rendering a Postscript or PDF image.
 
253
  * Distort barrel no longer complains when 3 arguments are given (reference
 
254
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883).
 
255
  * Support -direction left-to-right option for rendering text
 
256
 
 
257
2010-03-24  6.6.0-9 Glenn Randers-Pehrson <glennrp@image...>
 
258
  * coders/png.c: Eliminated support of libpng versions older than 1.0.12.
 
259
  * Relocated the new, misplaced png_get_rowbytes() call.
 
260
  * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.
 
261
 
 
262
2010-03-21  6.6.0-9 Cristy  <quetzlzacatenango@image...>
 
263
  * Windows does not support complex.h (reference
 
264
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15808).
 
265
  * Add support for monochrome PSD images.
 
266
  * VignetteImage() no longer crashes when x and y arguments are both greater
 
267
    than half the width (x) and height (y) of the image.
 
268
 
 
269
2010-03-20  6.6.0-8 Glenn Randers-Pehrson <glennrp@image...>
 
270
  * Eliminated some of the deprecated direct references to members of
 
271
    the png_info structure.  This must be finished before we can build
 
272
    with libpng-1.5.
 
273
 
 
274
2010-03-18  6.6.0-8 Cristy  <quetzlzacatenango@image...>
 
275
  * The animate program no longer loops twice when -loop 1 is specified.
 
276
  * The caption format would sometimes hang when the text was not UTF-8.
 
277
  * Don't gamma correct log to linear color conversion unless the -gamma is
 
278
    specified (reference 
 
279
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799).
 
280
 
 
281
2010-03-17  6.6.0-7 Cristy  <quetzlzacatenango@image...>
 
282
  * Detect CMYKProcessColor AI tag.
 
283
  * Delete image from command line cache for -write option.
 
284
 
 
285
2010-03-13  6.6.0-6 Cristy  <quetzlzacatenango@image...>
 
286
  * Add support for the Adobe Large Document format.
 
287
  * Recognize -remap option for the mogrify utility.
 
288
  * The default Helvetica font is not always available, check for
 
289
    Century Schoolbook too (reference
 
290
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).
 
291
 
 
292
2010-03-11  6.6.0-5 Cristy  <quetzlzacatenango@image...>
 
293
  * Permit user to get virtual pixels with a region width of 0.
 
294
  * Reformulate the jinc() function so that the main peak is of amplitude of 1.
 
295
  * Resampling filter must respect the image virtual pixel method.
 
296
 
 
297
2010-03-07  6.6.0-4 Cristy  <quetzlzacatenango@image...>
 
298
  * The -evaluate-sequence option behaves like -evaluate except it operates
 
299
    on a sequence of images.
 
300
 
 
301
2010-03-05  6.6.0-2 Cristy  <quetzlzacatenango@image...>
 
302
  * Add support for the -maximum and -minimum options.
 
303
 
 
304
2010-02-27  6.6.0-1 Cristy  <quetzlzacatenango@image...>
 
305
  * Check to see if ICON image width /height exceeds that of the image canvas.
 
306
  * Set the DPX descriptor to Luma only if the image type is not TrueColor.
 
307
  * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference
 
308
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685).
 
309
    Anthony, review these for correctness.
 
310
  * Don't embed an XMP profile in an EPS image for now.
 
311
 
 
312
2010-02-21  6.6.0-0 Cristy  <quetzlzacatenango@image...>
 
313
  * Insufficient image data in EPT is a warning rather than an error.
 
314
  * Respect -type TrueColor when writing gray DPX images.
 
315
  * Fix problem reading 10-bit grayscale DPX images when scanline length is
 
316
    not a multiple of 3.
 
317
  * BMP has an alpha channel, it was treated as an opacity channel.
 
318
 
 
319
2010-02-20  6.5.9-10 Cristy  <quetzlzacatenango@image...>
 
320
  * Write 10-bit grayscale DPX images properly.
 
321
 
 
322
2010-02-18  6.5.9-8 Cristy  <quetzlzacatenango@image...>
 
323
  * Detect PDF ICCBased colorspace.
 
324
 
 
325
2010-02-18  6.5.9-7 Anthony Thyssen <A.Thyssen@griffith...>
 
326
  * Finalized -set option:convolve:scale  kernel normalize/scale option
 
327
 
 
328
2010-02-16  6.5.9-7 Cristy  <quetzlzacatenango@image...>
 
329
  * TransformImage() resets the image blob when called in the PICT decoder;
 
330
    use SetImageExtent() instead.
 
331
 
 
332
2010-02-14  6.5.9-6 Cristy  <quetzlzacatenango@image...>
 
333
  * Support PSD RLE compression.
 
334
 
 
335
2010-02-13  6.5.9-5 Cristy  <quetzlzacatenango@image...>
 
336
  * The jpeg:extent define sometimes exceeded the specified limit.
 
337
 
 
338
2010-02-09  6.5.9-4 Cristy  <quetzlzacatenango@image...>
 
339
  * Resolve "too many open files"  (reference
 
340
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546).
 
341
 
 
342
2010-02-08  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
 
343
  * Added Correlate method which does a Convolve without reflecting the kernel.
 
344
 
 
345
2010-02-07  6.5.9-3 Cristy  <quetzlzacatenango@image...>
 
346
  * Initialize grayscale colormap for PSD images.
 
347
 
 
348
2010-02-07  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
 
349
  * Final testing and fixing of basic morphology operators
 
350
  * Addition Third-level Subtractive Morphology Methods:
 
351
    EdgeIn, EdgeOut, Edge, TopHat, BottomHat
 
352
  * Ensuring original kernels passed to morphology are cloned before being
 
353
    modified for use by specific methods (EG: convolve scale/normalize)
 
354
 
 
355
2010-02-03  6.5.9-2 Cristy  <quetzlzacatenango@image...>
 
356
  * display -immutable to display transparent image without a checkboard.
 
357
 
 
358
2010-01-27  6.5.9-1 Glenn Randers-Pehrson <glennrp@image...>
 
359
  * Make -define png:color-type less persnickity about what it will accept.
 
360
 
 
361
2010-01-24  6.5.9-1 Anthony Thyssen <A.Thyssen@griffith...>
 
362
  * added use of -precision in 'showkernel' output of -morphology
 
363
  * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and
 
364
    'Distance' Morphology primatives. This does not have a performance hit,
 
365
    though is only truely applicable when the kernel is asymmetric.  Note that
 
366
    'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close'
 
367
    operations work properly.  This 'reflected usage is defined by online
 
368
    morphology lecture notes (Google for "EECE Binary Morphology")
 
369
  * Added convolve kernel scaling setting "-set option:convolve:scale N"
 
370
    If undefined morphology convolve does not do any scaling or normalization
 
371
    of the convolution kernel.  A value of 0.0 causes normalization for both
 
372
    zero and non-zero (added weights) kernel types.
 
373
 
 
374
2010-01-15  6.5.9-1 Cristy  <quetzlzacatenango@image...>
 
375
  * Speed up reading the PSD image format.
 
376
  * Add the -precision option.  Use it to set the maximum number of significant
 
377
    digits to be printed.
 
378
  * Add -features option to the identify program to display channel features.
 
379
  * Add -unique option to the identify program to display channel features.
 
380
 
 
381
2010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
 
382
  * Add support for compact floating point (i.e. -depth 16 -define
 
383
    quantum:format=floating-point).
 
384
  * Transparent images no longer flicker on certain system when using the
 
385
    display program.
 
386
  * Permit interactive resizing with the display program.
 
387
  * Support heterogeneous distributed processing, see
 
388
    http://www.imagemagick.org/script/architecture.php#distributed.
 
389
  * Fix semaphore assertion when reading a corrupt image with Magick++.
 
390
  * Add support for -brightness-contrast option.
 
391
 
 
392
2010-01-05  6.5.9-0 Stephan Menzel  <stephan.menzel@gmail...>
 
393
  * Add support for the BGRA raw image format.
 
394
 
 
395
2010-01-04  6.5.9-0 Anthony Thyssen <A.Thyssen@griffith...>
 
396
  * Added Kernel Generator to generate kernels from user strings, which
 
397
    allows the generation in many built in kernels for both Convolution
 
398
    and other Morphological methods.  New Kernels currently include..
 
399
      Convolution: Gaussian, Blur, Comet
 
400
      Morphological: Rectangle, Square, Diamond, Disk, Plus
 
401
      Distance: Chebyshev, Manhatten, Knight, Euclidean
 
402
    And both old and new (rectangular) user defined kernel specifications
 
403
    including the use of 'nan' to represent elements which are not part
 
404
    of the kernel definition.  List built-in kernel types use "-list kernel"
 
405
  * Added -morphology {method}[:{iteration}] {kernel_string}
 
406
    Initial methods includes no only the basic morphology methods: Dilate,
 
407
    Erode, Open, Close; and a pixel color preserving 'Intensity' version, but
 
408
    also the special methods: Convolve, and Distance.  Of course the
 
409
    appropriate kernel should be provided for each specific method.
 
410
 
 
411
2010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
 
412
  * Add OpenCL-enabled filter (e.g.  convert image.png -process
 
413
    "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg).
 
414
  * Added StringTo...() processing functions
 
415
 
 
416
2009-12-27  6.5.8-9 Anthony Thyssen <A.Thyssen@griffith...>
 
417
  * Added MxN tile cropping with overlapping and space handling.
 
418
    See IM Examples, Cutting and Bordering, Cropping roughly Equal
 
419
 
 
420
2009-12-23  6.5.8-8 Anthony Thyssen <A.Thyssen@griffith...>
 
421
  * angle bug fix in variable blur composition with vertical ellipses
 
422
  * Added ability to have variable angles for ellipses in variable blur
 
423
    composition.  See IM Examples, Composition, Variable Blur for details
 
424
 
 
425
2009-12-20  6.5.8-8 Cristy  <quetzlzacatenango@image...>
 
426
  * JPEG does not grok the HSL colorspace.
 
427
 
 
428
2009-12-18  6.5.8-7 Cristy  <quetzlzacatenango@image...>
 
429
  * Off by 1 error when allocating the dash-pattern array in PerlMagick.
 
430
  * The -gaussian-blur over blurred the opacity channel (reference
 
431
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15218).
 
432
 
 
433
2009-12-13  6.5.8-6 Cristy  <quetzlzacatenango@image...>
 
434
  * Declare InverseFourierTransformImage in Magick++/Include.h.
 
435
 
 
436
2009-12-09  6.5.8-5 Glenn Randers-Pehrson <glennrp@image...>
 
437
  * The PNG8 encoder would fail to write a 1-color image, due to
 
438
    a bogus MagickFail return from CompressColormapTransFirst().
 
439
 
 
440
2009-12-05  6.5.8-4 Cristy  <quetzlzacatenango@image...>
 
441
  * SVG images are no longer double sized with the -density option.
 
442
 
 
443
2009-12-04  6.5.8-3 Glenn Randers-Pehrson <glennrp@image...>
 
444
  * Changed the one instance of PNG_COLOR_TYPE_RGBA to PNG_COLOR_TYPE_RGB_ALPHA
 
445
    in coders/png.c
 
446
 
 
447
2009-12-03  6.5.8-3 Cristy  <quetzlzacatenango@image...>
 
448
  * It's interword-spacing, not interword_spacing (reference
 
449
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=1515).
 
450
  * All JP2 depths (e.g. 4, 10, 12, 16) are now supported properly.
 
451
 
 
452
2009-11-28  6.5.8-2 Glenn Randers-Pehrson <glennrp@image...>
 
453
  * Changed the one remaining ping_info->trans to ping_info->trans_values
 
454
    in coders/png.c
 
455
 
 
456
2009-11-26  6.5.8-1 Chris Madison  <madisonblu@gmail...>
 
457
  * Eliminate bogus 'skip to sync byte' exception for PCD image format.
 
458
  * -threshold option: threshold to white if the computed intensity of the
 
459
    color channels exceeds the threshold.
 
460
  * Add -define jpeg:extent option to restrict the maximum JPEG image file size.
 
461
 
 
462
2009-11-26  6.5.8-1 Dr. Ingo Bremer <bremer@wias-...>
 
463
  * Escape single quote in when writing the UIL format.
 
464
 
 
465
2009-11-25  6.5.8-1 Jee Teck  <jee.teck@cteca...>
 
466
  * The mogrify program +opaque option now recognizes its required argument.
 
467
 
 
468
2009-11-19  6.5.8-0 Cristy  <quetzlzacatenango@image...>
 
469
  * Add magick/morphlogy.{c,h} source templates.
 
470
  * Sync image option when reading MPR images.
 
471
  * Optimize ping for SVG images.
 
472
  * SetLogFormat() no longer causes crash (reference
 
473
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15091).
 
474
  * Do not call MagickCoreTerminus() when memory allocation fails inside
 
475
    the locale component.
 
476
 
 
477
2009-11-18  6.5.7-9 Cristy  <quetzlzacatenango@image...>
 
478
  * Read / write 32-bit SUN raster images with a odd width.
 
479
  * Cairo format returns pixels with the alpha premultiplied (reference
 
480
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15081).
 
481
 
1
482
2009-11-12  6.5.7-8 Cristy  <quetzlzacatenango@image...>
2
483
  * Thumb::URI file URI now has the correct number of forward slashes.
3
484
 
233
714
2009-07-01  6.5.4-3 Cristy  <quetzlzacatenango@image...>
234
715
  * Add -blue-shift option.
235
716
  * Add compression flag for each channel of a PSD layer.
236
 
  * Implement experimental forward and inverse fourier transforms (contributed
 
717
  * Implement experimental forward and inverse Fourier transforms (contributed
237
718
    by Sean Burke and Fred Weinhaus).  The -fft / -ifft option is not ready for
238
719
    prime time just yet.
239
720
  * Support -cdl (color decision list) option.
391
872
 
392
873
2009-05-04  6.5.2-1 Chris Madison  <madisonblu@gmail...>
393
874
  * Accept file lists on the command line (e.g. echo "rose: rose.png" | 
394
 
          convert @- ...).
 
875
    convert @- ...).
395
876
  * Duplicate line in tiff.c breaking read of zip compressed tif (reference
396
877
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13688).
397
878
  * Support policies to permit or deny any coder, delegate, filter, or file
700
1181
 
701
1182
2009-01-01  6.4.8-4 Cristy  <quetzlzacatenango@image...>
702
1183
  * Support %[] embedded filename tag (e.g. convert rose: -set area "%wx%h"
703
 
          'rose-%[area].png').
 
1184
    'rose-%[area].png').
704
1185
  * Do not set the fill element when 'opacity' is set (reference
705
1186
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
706
1187
  * Restore support for decoding the DVI format.
717
1198
2008-12-28  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
718
1199
  * Patch magick/display.c and PerlMagick/ContrastStretchImage() to return the
719
1200
    same results as the -contrast-stretch option.
720
 
  * ContrastStretchImageChannel() no longer interpretted as Contast() by
 
1201
  * ContrastStretchImageChannel() no longer interpreted as Contast() by
721
1202
    MogrifyRegion() in PerlMagick.
722
1203
 
723
1204
2008-12-28  6.4.8-3 Rick Mabry  <rick.mabry@anony...>
807
1288
  * AppendImage() respects gravity.
808
1289
  * Protect against circular image list when cropping.
809
1290
  * The index variable must be long rather than unsigned long for the DCM
810
 
          coder.
 
1291
    coder.
811
1292
 
812
1293
2008-12-02  6.4.6-9 Cristy  <quetzlzacatenango@image...>
813
1294
  * Use ScaleQuantumToMap() to prevent fault in SetGrayscaleImage() when