History log of /imagick/imagick_class.c (Results 101 – 125 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 14594ea6 12-Feb-2015 Danack

Missed ifdef.


# d15fda10 12-Feb-2015 Danack

Added 'addUnityKernel' and 'scale' methods. Made var_dump() function be useful for ImagickKernel objects.


# a3cc177f 10-Feb-2015 Danack

Added ImagickKernel class and morphology function, as well as all the constants needed to use them.


# 33827099 10-Feb-2015 Jan-E

Fix VC11 errors


# bc038800 09-Feb-2015 Danack

Fix uninitialized variable. Correct 'smart' string property.


# 70a38a2b 09-Feb-2015 Danack

Fixed zval * /zval issues. Increased memory limit for test failing due to large memory use. Fixed size_t not being used for some calls that required it.


# ae17a630 08-Feb-2015 Danack

Fixed a few things that were not ifdef'ed correctly.


# 578db169 07-Feb-2015 Danack

Fixed conversion to boolean going via a float. Made queryfontmetric test check the result.


# 58362fbf 07-Feb-2015 Danack

Added a enough IFDEFs to allow compiling against PHP 5.x and "7".


# 460380cf 30-Jan-2015 Danack

Fixed arrays not being initialized.


# c0711521 28-Jan-2015 Jan-E

fix (??) missing Z_BVAL_P


# f2fd7990 28-Jan-2015 Jan-E

fix unresolved external symbol _MagickRadialBlurImageChannel


# 9ee94a56 28-Jan-2015 Jan-E

fix deprecation reducenoiseimage


# 52e159d4 28-Jan-2015 Jan-E

fix deprecation medianfilter


# 52e04e9a 28-Jan-2015 Jan-E

fix VC11 errors: declarations moved to begin of block


# 4d80829e 27-Jan-2015 Danack

Removed MAKE_STD_ZVAL that had been missed.


# fd79ef75 26-Jan-2015 Danack

Corrected size_t issues.


# 7fdf19f0 26-Jan-2015 Danack

Fixed "7" compile issues.


# 6bb4be88 10-Jan-2015 Danack

Tidied code and added comment of what it does.


# 6470c651 15-Dec-2014 Danack

Added setImageBiasQuantum, as the value is meant to be a quantum scaled value.


# b3d11154 14-Dec-2014 Danack

Added identifyFormat and deleteImageProperty functions.


# 6ab31919 09-Aug-2014 Danack

Added getColorQuantum to allow direct access to exact colors and tidied up quantum handling else. Small tidy up of method docs. Added tests for colors.


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


# 47de6621 25-Jul-2014 Jan-E

remove extra IMAGICK_METHOD_DEPRECATED call


1234567891011