History log of /imagick/imagick.c (Results 51 – 75 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8768eac3 09-Mar-2016 Danack

Adding derefs to be safe.


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


# d0d9bf57 11-Jan-2016 Danack

Added parameters to subImageMatch


# 3d6bbc00 09-Jan-2016 Danack

Fix for PHP 5.x compatibility.


# 88e557b2 11-Dec-2015 Danack

Fixed other rounding issues

Fixed other rounding issues for Imagick::adaptiveResizeImage, Imagick::resizeImage, Imagick::scaleImage, and Imagick::thumbnailImage.


# df7d59c0 10-Dec-2015 Danack

Make cropThumbnailImage behave correctly.


# 350cb2de 08-Dec-2015 Danack

Added ifdef around Imagick::brightnessContrastImage function.


# 66972e46 06-Dec-2015 Danack

Use correct error metric by default for subImageMatch


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.


# 277d658e 24-Sep-2015 Danack

Added test for getConfigureOptions and getFeatures. Fixed compiler moan.


# 8f21f3f4 24-Sep-2015 Danack

Added getFeatures and getConfigureOptions static methods.


# 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
# 2a0e74fe 01-Jun-2015 Danack

Update info text to be more meaningful and align.


# e01e63d8 28-May-2015 Remi Collet

report headers and library version


# dd6e80c7 03-Apr-2015 Danack

Added max version to pecl package.xml. Corrected wrong types documented for getcolorvaluequantum. Fixed typos.


Revision tags: 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.


# a187331d 24-Feb-2015 Danack

Fixed kernel debug info.


# 9aed279b 24-Feb-2015 Danack

Use correct free and offset handlers for PHP "7".


# 7396d2e5 23-Feb-2015 Danack

Added PHP5.6 - only use strict compile options for 5.6


12345678910>>...19