History log of /imagick/imagick.c (Results 76 – 100 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7ba42ae3 23-Feb-2015 Danack

Enabled CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Werror" to prevent C89 errors.


# faae8067 18-Feb-2015 Danack

Added ability to set origin as 'optional' second parameter for ImagickKernel::fromMatrix function.


# 7569c3c4 14-Feb-2015 Danack

Made function name be more consistent ImagickKernel::fromMatrix and Imagick::getMatrix rather than ::fromArray and ::getValues. Fixed unitialized memory access and set x and y values.


# 194ef721 13-Feb-2015 Danack

Corrected parameters to be size_t where ImageMagick requires them.


# 7e8e3285 13-Feb-2015 Danack

Made new features compile under ZE3.


# 1b758c93 12-Feb-2015 Danack

Changed to having IMAGICK_WITH_KERNEL rather than version compare everywhere.


# 3bfb4b07 12-Feb-2015 Danack

Missed ifdef.


# 61bcecec 12-Feb-2015 Danack

Added version check to skipif.inc. Added ifdefs around kernels and morphology.


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


# bc038800 09-Feb-2015 Danack

Fix uninitialized variable. Correct 'smart' string property.


# 3f3a4a68 08-Feb-2015 Danack

Fixed missing ifdefs around code, and efree that had disappeared.


# 248ed541 08-Feb-2015 Danack

Fix supported versions not displaying in 7. Fix size_t not being used.


# 58362fbf 07-Feb-2015 Danack

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


# 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


# 243c206c 28-Jan-2015 Jan-E

fix smart string include


# 21fae1ad 27-Jan-2015 Danack

Fixed renamed 'smart_str' to 'smart_string'.


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


# e40ec28c 09-Aug-2014 Danack

Normalised the methods for testing pixel similarity
isPixelSimilarQuantum - Normalised version 0-1
isPixelSimilar - Quantum version 0-QuantumRange
isSimilar - aka legacy method name alias

Normalised the methods for testing pixel similarity
isPixelSimilarQuantum - Normalised version 0-1
isPixelSimilar - Quantum version 0-QuantumRange
isSimilar - aka legacy method name aliased to isPixelSimilarQuantum

show more ...


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


12345678910>>...19