History log of /imagick/imagick_helpers.c (Results 26 – 50 of 170)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8cd01384 09-Mar-2016 Danack

Skip deref on PHP < 7


# 8768eac3 09-Mar-2016 Danack

Adding derefs to be safe.


# b9702e01 08-Mar-2016 Danack

Apparently ZVAL_DEREF is a thing.


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


# 3d6bbc00 09-Jan-2016 Danack

Fix for PHP 5.x compatibility.


# db4263a9 09-Jan-2016 Danack

Use correct type for long.


# 67f9c9c6 22-Dec-2015 Danack

Removed duplicate definitions.


# 88e557b2 11-Dec-2015 Danack

Fixed other rounding issues

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


# e643f1cb 05-Dec-2015 Danack

Fixed Imagick::importImagePixels regression.


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

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


# 6118d70a 26-Sep-2015 Danack

Added note about not supporting longlong pixel type.


# bb9b054f 22-Sep-2015 Danack

Fix travis regressions.


# 5675bc89 20-Sep-2015 Danack

Added Width and Height resource types. Added tool to scan for missing enums.


# f39c9d80 29-Jul-2015 John Boehr

Fix mixed declaration error


# 282bfd13 28-Jul-2015 John Boehr

TLS issue with progress callback


# 554c7c35 16-Jun-2015 Danack

Ifdef'd more things. Excluded more PHP + env combinations.


# 8fa82090 16-Jun-2015 Danack

Ifdef'd some values. Added excludes to travis to bring CI time down.


# f19a2d76 16-Jun-2015 Danack

Adding defines.


# 8d01838c 11-Jun-2015 Danack

ifdef out opacity for IM7.


# 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
# 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
# 4e03e059 28-Feb-2015 Danack

Removed unused arguments.


# 2cf07d09 25-Feb-2015 Danack

Added constant for RGBA channels. Some functions don't work correctly with CHANNEL_DEFAULT and having to write `\Imagick::CHANNEL_RED | \Imagick::CHANNEL_GREEN | \Imagick::CHANNEL_BLUE |\Imagick::CHA

Added constant for RGBA channels. Some functions don't work correctly with CHANNEL_DEFAULT and having to write `\Imagick::CHANNEL_RED | \Imagick::CHANNEL_GREEN | \Imagick::CHANNEL_BLUE |\Imagick::CHANNEL_ALPHA` is tedious.

show more ...


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


1234567