History log of /imagick/imagick_class.c (Results 1 – 25 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2
# 03480460 11-Jun-2021 Danack

Use the user provided channel.


# 78c9daa8 09-Jun-2021 Remi Collet

get rid of ZVAL_NEW_ARR


# 3e8bdc15 26-Nov-2020 Remi Collet

use PHP_VERSION_ID instead of ZEND_ENGINE_3


# 8a022165 05-Jun-2021 Danack

Change to using domain controlled by phpimagick. downgrade exception to deprecation notice.


# 212de567 05-Jun-2021 Danack

Wrap param parsing to use old method, until versions that don't require a compiler that understands bools are dropped.


# c7578c71 05-Jun-2021 Danack

Fix parsing of nullable long parameters.


# b25178a0 02-Jun-2021 Danack

Add test for setImageMask and 'fix' missing declaration.


# d19335a4 01-Jun-2021 Danack

Prevent accidental creation of zero dimension images.

ImageMagick doesn't prevent creation of zero dimension images, instead allowing people to discover errors when you try to use that image

Prevent accidental creation of zero dimension images.

ImageMagick doesn't prevent creation of zero dimension images, instead allowing people to discover errors when you try to use that image. So let us prevent accidental creation. If anyone actually has a sane use for zero dimension images, they can tell us a valid use-case first.

show more ...


# 9784ec27 01-Jun-2021 Danack

Wrap Imagick::setImagePixelColor with an appropriate version check.


# 4edabc3b 28-May-2021 Danack

Update stub arg info.


# 2141f1f6 20-May-2021 Danack

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


# 104a5f87 10-Dec-2020 Danack

Add setImagePixelColor.

More args cleanup.


# 686a2431 09-Sep-2020 Danack

Correct ifdef for Imagick::filter to use #ifdef IMAGICK_WITH_KERNEL


# f7aff8e2 09-Sep-2020 Danack

Typo.

And comment out old arg info.


# ba2949cb 04-Sep-2020 Danack

First draft of Imagick methods coming from stub.


# b85947d8 15-May-2021 Danack

Add more manageable way of managing version based feature flags.


# 9da6f41d 17-Aug-2020 Danack

Avoid having confusing, repeated ifdef tests.


# 67e6ecf0 17-Aug-2020 Danack

Add versions checks to other places for houghline.


# a961d76a 20-Mar-2020 Narayana Belur Manjunathaiah

corrected zend args and added example for houghline


# 6e658df4 18-Mar-2020 Narayana Belur Manjunathaiah

Added Hough line detector php method


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

Correct return type to string|false.


# fa79c66b 30-Oct-2017 Ali Alwash

Fixed some docblocks, based on the code of that function


# 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.


# d8fc4365 29-Nov-2018 Danack

Correct unsigned to signed comparison.


# b9b7d372 29-Nov-2018 Danack

Correct error corrections.


1234567891011