Revision tags: 3.5.0, 3.5.0RC2 |
|
#
3e8bdc15 |
| 26-Nov-2020 |
Remi Collet |
use PHP_VERSION_ID instead of ZEND_ENGINE_3
|
#
e822e7fa |
| 02-Sep-2020 |
Danack |
ImagickPixelIterator from stub.
|
Revision tags: 3.4.4, 3.4.4RC2, 3.4.4RC1, 3.4.3 |
|
#
41856e90 |
| 29-Jan-2017 |
Ryan Schmidt |
Change "Imagemagick" to "ImageMagick"
|
Revision tags: 3.4.3RC4, 3.4.3RC3, 3.4.3RC2, 3.4.3RC1, 3.4.2, 3.3.0 |
|
#
827475b8 |
| 04-Jun-2015 |
Danack |
Added note about undocumented methods.
|
Revision tags: 3.3.0RC2, 3.3.0RC1 |
|
#
194ef721 |
| 13-Feb-2015 |
Danack |
Corrected parameters to be size_t where ImageMagick requires them.
|
#
3f3a4a68 |
| 08-Feb-2015 |
Danack |
Fixed missing ifdefs around code, and efree that had disappeared.
|
#
1496fa17 |
| 07-Aug-2014 |
Danack |
Corrected handlers for ImagickDraw and ImagickPixelIterator.
|
#
f8a8bb49 |
| 07-Aug-2014 |
Danack |
Initial NG compilation - it compiled but opening files doesn't work.
|
#
daca4945 |
| 18-Feb-2014 |
watashi |
Fix wrong type_spec in getPixelRegionIterator
|
#
bc611898 |
| 27-Nov-2013 |
Mikko |
Fix comments
|
Revision tags: 3.2.0RC1, 3.2.0b2, 3.2.0b1 |
|
#
b939c105 |
| 01-Oct-2013 |
Mikko |
Added support for countable in Imagick class
|
#
f3f9828a |
| 01-Oct-2013 |
Mikko |
Remove duplicated code, correct typing, indentation
|
#
6617baf3 |
| 01-Oct-2013 |
Mikko |
Rewrite PixelIterator related classes. Add getPixelIterator and getPixelRegionIterator static methods. Should probably add Countable interface later
|
#
261b3d25 |
| 30-Sep-2013 |
Mikko |
Remove more of the weird indentation in this file
|
#
679325cb |
| 27-Sep-2013 |
Mikko |
zend_parse_parameters_none and fix capitalisation of DestroyDrawingWand call
|
#
f096fd38 |
| 26-Sep-2013 |
Mikko |
Continued vendetta against macros
|
#
08fe420c |
| 25-Sep-2013 |
Mikko |
Remove more macros
|
Revision tags: 3.1.2 |
|
#
924e4f25 |
| 23-Sep-2013 |
Remi Collet |
Fix imagickpixeliterator_class.c:427:2: warning: pointer targets in passing argument 2 of 'PixelGetCurrentIteratorRow' differ in signedness [-Wpointer-sign] This is "unsigned long" in until
Fix imagickpixeliterator_class.c:427:2: warning: pointer targets in passing argument 2 of 'PixelGetCurrentIteratorRow' differ in signedness [-Wpointer-sign] This is "unsigned long" in until 6.7 This is "size_t" since 6.7
show more ...
|
#
75ec486f |
| 23-Sep-2013 |
Mikko |
Fix weird indentation
|
#
41247579 |
| 23-Sep-2013 |
Mikko |
Fixes ZTS build
|
#
6ae76a2a |
| 23-Sep-2013 |
Mikko |
Remove more macros to ease debugging
|
#
587d86f9 |
| 23-Sep-2013 |
Mikko |
Rework a lot of the code to be more debuggable, mainly removing macros and converting to functions
|
Revision tags: 3.1.1, 3.1.0, 3.1.0RC3 |
|
#
56a5976b |
| 16-Jan-2013 |
Mikko |
Update copyright to correct year
|
#
59f4db01 |
| 30-Sep-2011 |
mkoppanen |
Stop the fiddling with refcounts. This never really did make any sense git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@317538 c90b9560-bf6c-de11-be94-00142212c4b1
|
#
dfe1c9a9 |
| 22-Jan-2010 |
mkoppanen |
fix for php 5.2 git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@293830 c90b9560-bf6c-de11-be94-00142212c4b1
|