File: Changelog

package info (click to toggle)
imagemagick 8%3A6.8.9.9-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 66,572 kB
  • sloc: ansic: 328,748; cpp: 21,132; sh: 12,706; xml: 9,266; perl: 5,193; makefile: 2,820; tcl: 459
file content (112 lines) | stat: -rw-r--r-- 4,804 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
2014-03-18  6.8.8-9 Cristy  <quetzlzacatenango@image...>
  * Quantize() arguments global and transparent switched (reference
    www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25238).

2011-12-25  6.7.4-2 Cristy  <quetzlzacatenango@image...>
  * Relax when PerlMagick tosses an image when an exception is thrown.

2011-12-20  6.7.4-1 Cristy  <quetzlzacatenango@image...>
  * Use PTR2IV() and INT2PTR() macros to avoid int to ptr cast messages.

2011-08-25  6.7.2-0 Cristy  <quetzlzacatenango@image...>
  * Fix fault for Thumbnail() with GIF animation (problem report and patch
    from Shigeki Morimoto).

2011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
  * Add a  simple "ignore this type" style typemap to get past a xsubpp
    exception in recent versions of Perl.

2011-06-06  6.7.0-5 Cristy  <quetzlzacatenango@image...>
  * Set modulate() colorspace predicated on parameter (e.g. brightness is HSB).

2011-01-25  6.6.7-3 Cristy  <quetzlzacatenango@image...>
  * Verify color parameter is a Perl array to avoid seg fault (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=17928).

2010-11-11  6.6.5-6 Cristy  <quetzlzacatenango@image...>
  * Check that image exists before accessing its member (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17502).

2010-11-01  6.6.5-6 Cristy  <quetzlzacatenango@image...>
  * The gravity attribute must set the ImageInfo gravity property (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17282).

2009-12-08  6.5.8-5 <kmx@volny...>
  * A couple of minor changes to Makefile.PL to support Strawberry Perl.

2009-12-06  6.5.8-4 Cristy  <quetzlzacatenango@image...>
  * Support the crop() gravity option.

2009-11-23  6.5.8-0 Cristy  <quetzlzacatenango@image...>
  * Add 'dither' option to Remap().

2009-10-18  6.5.7-0 Cristy  <quetzlzacatenango@image...>
  * Interpret gravity properly for ExtentImage().
  * Support the  Modulate() method parameter, 'lightness.'

2009-10-08  6.5.6-10 <kmx@volny...>
  * Improve PerlMagick.PL to work with Strawberry Perl under Windows.

2009-08-02  6.5.4-8 Cristy  <quetzlzacatenango@image...>
  * Create a image registry to track which image objects must be cloned
    when a Perl thread is created.

2009-06-14  6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
  * Expand PerlMagick Composite() 'mask' merge for both compose 'displace'
    and new 'distort' mapping (absolute lookup)

2009-06-11  6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
  * Fixed PerlMagick Composite() for correct merging of 'mask' image into
    the overlay image for Displacement Mapping Composition.

2009-06-02  6.5.3-2 Cristy  <quetzlzacatenango@image...>
  * Fix filename parameter in Read() (e.g. $image->Read(filename=>'xc:white')).  
2009-04-14  6.5.1-3 Cristy  <quetzlzacatenango@image...>
  * Support magick parameter for Read() (e.g.
    $im->Read( file => $fh, magick +> 'text:' )).

2008-11-16  6.4.4-5 Cristy  <quetzlzacatenango@image...>
  * Statistics() returns normalized values.

2008-10-16  6.4.4-9 Michael.Kroell <michael.kroell@gmail...>
  * Check if Image::Magick::constant is defined in AUTOLOAD() function.

2008-06-07  6.4.1-9 Cristy  <quetzlzacatenango@image...>
  * Permit settings of the form:
    $image->Set("quantum:polarity","min-is-white").

2008-04-07  6.4.0-5 Cristy  <quetzlzacatenango@image...>
  * X11 regression test passed if the DISPLAY variable is not defined (reference
		http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).
  * Make regression test, x11/write.t, exit after 8 seconds as stated (reference
		http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10979).

2007-11-07  6.3.7-0 Cristy  <quetzlzacatenango@image...>
  * Added gravity attribute to Transform() method.

2007-09-12  6.3.5-9 Cristy  <quetzlzacatenango@image...>
  * Added GetPixel()/SetPixel() methods.

2007-06-22  6.3.4-2 grafman <grafman@graphcomp.com>
  * Add GetImagePixels to return C pointer for image cache.
  * Add SyncImagePixels to sync image cache.
  * Add Quantum parameter to Get API to return Quantum-Depth.

2007-06-21  6.3.4-1 Cristy  <quetzlzacatenango@image...>
  * Add Distort.

2007-03-20  6.3.3-3 Cristy  <quetzlzacatenango@image...>
  * Add vector-graphics parameter to the Draw() method.

    blob length was not being set properly).
2007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
  * Read(blob=>$blob) and Ping(blob=>$blob) sometimes failed because the
    blob length was not being set properly).

2007-01-23  cristy  <cristy@virgi...>

  * Add parameters fill-pattern and stroke-pattern to Annotate() and Draw().

2005-01-10  cristy  <cristy@virgi...>
  * Added normalize parameter to GetPixels().  Use normalize=>'true' to return
    normalized pixel values.