History log of /imagick/imagick.c (Results 26 – 50 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 23a173e6 10-Aug-2020 Philip Hofstetter

add missing arginfo for two methods

in PHP-8, presence of arginfo is checked and an E_NOTICE is thrown at
startup if it's missing


# e1a8d8a9 10-Aug-2020 Philip Hofstetter

update for object handlers being called with zend_object* in PHP 8

for now, there's no ZEND_ENGINE_4 define, so this commit changes many
checks to be based on PHP_VERSION_ID.


Revision tags: 3.4.4, 3.4.4RC2, 3.4.4RC1
# bb93a3da 15-Apr-2019 Danack

Revert testing for SetImageInterpolateMethod to just version comparison.

Although testing for the function availability is technically superior, it is much more difficult to maintain.


# 6a334b47 29-Nov-2018 Danack

Added -Wextra CFLAG. Fixed issues that arose from turning that flag on.


# f5bb2f40 29-Nov-2018 Danack

Add PHP 7.3 to travis. Const a const variable.


# 666a0989 16-Mar-2018 Cristian Rodríguez

Extension should conflict with gmagick

All sorts of funny things happen when both gmagick and imagick
are loaded, crashes, assertions etc..


# 45e0147c 04-Jun-2017 Danack

Tidy up version number.


# 3f4e6755 02-Jun-2017 Nevmera I

set min version 0x686


# ab385355 01-Jun-2017 Nevmera I

bug fixed min version for this method


# e9294497 01-Jun-2017 Nevmera I

add method optimizeimagetransparency


Revision tags: 3.4.3
# 41856e90 29-Jan-2017 Ryan Schmidt

Change "Imagemagick" to "ImageMagick"


# ed3f2ce2 29-Jan-2017 Ryan Schmidt

Change "Image Magick" to "ImageMagick"


Revision tags: 3.4.3RC4
# 063a5120 25-Jan-2017 Remi Collet

Fix #195 segfault by using correct properties size


Revision tags: 3.4.3RC3, 3.4.3RC2
# 30e3bd9e 06-Dec-2016 Danack

Added Imagick::setImageAlpha.


# 8495df8f 06-Dec-2016 Danack

Remove TSRMLS for strictly ZE3 code.


# d4453cf2 29-Nov-2016 Remi Collet

deprecate method not available in IM 7, see #162


# 793652a1 07-Aug-2016 Mark Weiman

Change exception class entries for zend engine 3

zend_exception_get_default() has been deprecated (line 48 of zend-exceptions.h) in favor of using zend_ce_exception directly.


# bd9548c4 18-Jun-2016 Danack

ImagickKernel internal state no longer NULL.

The ImagickKernel object contains some internal state that MUST be set to have a valid object. To make this be enforced, the constructor is now p

ImagickKernel internal state no longer NULL.

The ImagickKernel object contains some internal state that MUST be set to have a valid object. To make this be enforced, the constructor is now private, and there are NULL pointer checks in place where the kernel is used.

show more ...


Revision tags: 3.4.3RC1
# cfe2ded5 05-Jun-2016 Danack

Added identifyimagetype method. Listed test files in package.xml


# 0623ef3b 04-Jun-2016 Danack

Regression for Imagick Exception classes being final on 7.x


# 54cdfe9d 02-May-2016 Remi Collet

add check for MagickSetImageInterpolateMethod


# 4094bcc1 01-May-2016 Danack

Updated CFLAGS to warn about implicit function declarations, and fixed the revealed issues.


# 68fe91c7 01-May-2016 Danack

Exclude Imagick::transformImage and Imagick::orderedPosterizeImage from IM 7 build.


Revision tags: 3.4.2
# 8ec91b39 24-Apr-2016 Danack

Fixed ifdef around setOpacity and "typo".


# da6045b5 20-Apr-2016 Danack

Correct version for localContrastImage


12345678910>>...19