History log of /imagick/imagick_helpers.c (Results 1 – 25 of 170)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2
# 3998cfcf 14-Jun-2021 Danack

Correct constant name.


# 3e8bdc15 26-Nov-2020 Remi Collet

use PHP_VERSION_ID instead of ZEND_ENGINE_3


# 262dcc8f 03-Jun-2021 Danack

Use correct check for pixelmask constants.


# 4edabc3b 28-May-2021 Danack

Update stub arg info.


# 7be5b394 21-May-2021 Danack

Add missing virtual pixel constants.


# 2141f1f6 20-May-2021 Danack

Add Imagick::setImageMask(Imagick $clip_mask, int $pixelmask_type) and Imagick::getImageMask(int $pixelmask_type) methods.


# 06296fa6 18-May-2021 Danack

Add missing defines.

Update script to match latest IM7.


# 76564971 28-Sep-2020 Remi Collet

simplify


# cd482d5e 24-Aug-2020 Danack

Fix segfault in progress callback.


# c0220d39 10-Aug-2020 Philip Hofstetter

prefer instanceof_function over instanceof_function_ex

the latter has been removed in PHP-8 and the current usage is consistent
with what instanceof_function (without the ex) gave you an

prefer instanceof_function over instanceof_function_ex

the latter has been removed in PHP-8 and the current usage is consistent
with what instanceof_function (without the ex) gave you anyways

show more ...


# ef46023b 10-Aug-2020 Philip Hofstetter

stop setting `no_separation` in PHP-8 and on

this field has been removed for PHP-8


Revision tags: 3.4.4
# bcc9de00 30-Apr-2019 Danack

Correct version check for FlattenAlphaChannel and RemoveAlphaChannel.


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

Added missing constants.


# 6a334b47 29-Nov-2018 Danack

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


# bf56a61a 29-Nov-2018 Danack

Added new constants.

COMPOSITE_STEREO
STYLE_BOLD
COLORSPACE_LINEARGRAY
RESOURCETYPE_LISTLENGTH


# f5b12c80 29-Nov-2018 Danack

Revert adding 'LinearGRAYColorspace' until we have a 3 way comparison for versions in place.


# 9b76d74e 23-Nov-2017 Anatol Belski

Fix datatypes


# e1340a27 11-Jan-2018 Pascal

Register COLORSPACE_LINEARGRAY for MagickLibVersion >= 0x699


# ddb1fa81 03-Feb-2017 Unknown

Prevent access to uninitialized pixel_wands.


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

Change "Imagemagick" to "ImageMagick"


# 98471489 29-Jan-2017 Ryan Schmidt

Change "image magick" to "ImageMagick"


Revision tags: 3.4.3RC4, 3.4.3RC3, 3.4.3RC2
# ee27a121 08-Aug-2016 Felix Hassert

Never try to resize an image to 0 width/height, fixes #174


Revision tags: 3.4.3RC1
# 87ed96d7 05-Jun-2016 Danack

Added constants and renamed constants.


# 646c7760 04-Jun-2016 Danack

Exclude struct elements that are gone.


Revision tags: 3.4.2
# ce41f2d8 09-Mar-2016 Danack

Missed excluding deref.


1234567