History log of /imagick/php_imagick_defs.h (Results 26 – 50 of 150)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2a0a07f8 08-Mar-2016 Danack

Adding missing functions and constants.

* Imagick::autoGammaImage([int channel = CHANNEL_ALL])
* Imagick::autoOrient()
* Imagick::compositeImageGravity(Imagick $image, int COMP

Adding missing functions and constants.

* Imagick::autoGammaImage([int channel = CHANNEL_ALL])
* Imagick::autoOrient()
* Imagick::compositeImageGravity(Imagick $image, int COMPOSITE_CONSTANT, int GRAVITY_CONSTANT)
* Imagick::localContrastImage(float radius, float strength)
* Imagick::DIRECTION_LEFT_TO_RIGHT
* Imagick::DIRECTION_RIGHT_TO_LEFT
* Imagick::SPARSECOLORMETHOD_MANHATTAN
* ImagickDraw::getOpacity() : float
* ImagickDraw::setOpacity(float opacity) :bool
* ImagickDraw::getFontResolution() : array
* ImagickDraw::setFontResolution(float x, float y) : bool
* ImagickDraw::getTextDirection() : bool
* ImagickDraw::setTextDirection(int direction) : bool
* ImagickDraw::getBorderColor() : ImagickPixel
* ImagickDraw::setBorderColor(ImagickPixel color) : bool
* ImagickDraw::getDensity() : string|null
* ImagickDraw::setDensity(string density_string) : bool
* ImagickPixel::setColorFromPixel(ImagickPixel $srcPixel) : bool

show more ...


# 6060b594 29-Jan-2016 Danack

Added Imagick::evalateImages function.


# 3d6bbc00 09-Jan-2016 Danack

Fix for PHP 5.x compatibility.


# df7d59c0 10-Dec-2015 Danack

Make cropThumbnailImage behave correctly.


Revision tags: 3.3.0
# f4c18129 30-Sep-2015 Danack

Added setImageChannelMask. Added Channel constants. Make default channel be 'none' for IM.


# 3336403e 24-Sep-2015 Danack

Added getHDRIEnabled function. Added version checking for getFeatures.


# 8f21f3f4 24-Sep-2015 Danack

Added getFeatures and getConfigureOptions static methods.


# eb548139 22-Sep-2015 Danack

Add define to cater for different type in IM6/7


# 131c1238 15-Jun-2015 Danack

Added colorDecisionList function.


# 024f5a03 11-Jun-2015 Danack

Fixed failing tests.

Remove setprogressmonitor from versions that don't support it.
Make minimum tested version be one that is supported.
Disable errors for compile warnings.


# edb6f41a 11-Jun-2015 Danack

Tidied tests.


# e13218a6 10-Jun-2015 Danack

Add support for ImageMagick 7.

Add basic support for ImageMagick 7, updated tests to not fail for functions removed in IM7. Added Travis tests against ImageMagick git dev repositories.


Revision tags: 3.3.0RC2, 3.3.0RC1
# f2dab718 10-Mar-2015 Danack

Removed erroring on version mismatch. It now just gives a warning. Added ability to suppress the version mismatch warning. Added skip_version_check to ChangeLog, remove a few items that are not inter

Removed erroring on version mismatch. It now just gives a warning. Added ability to suppress the version mismatch warning. Added skip_version_check to ChangeLog, remove a few items that are not interesting.

show more ...


# aa348e56 10-Mar-2015 Danack

Added get/setAntiAlias imagick functions.


# 4fecb7b8 24-Feb-2015 Danack

Removed hard coded CFLAGS. Fixed progressMonitor not working in "7".


# 1a660831 24-Feb-2015 Danack

Enabled -Wall and fixed various small issues. Added test for progress monitor via callback, which is broken in 7.


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


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


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


# 58362fbf 07-Feb-2015 Danack

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


# 7fdf19f0 26-Jan-2015 Danack

Fixed "7" compile issues.


# 6bb4be88 10-Jan-2015 Danack

Tidied code and added comment of what it does.


123456