History log of /imagick/imagickpixel_class.c (Results 1 – 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0
# f0650b3b 17-Jun-2021 Remi Collet

PixelSetIndex expects a Quantum arg


Revision tags: 3.5.0RC2
# ab17665a 28-Aug-2020 Danack

Moving method and param info to stubs.

ImagickPixel and ImagickKernel done. Need to write a tool to automate Imagick and ImagickDraw to preserve ifdefs.


Revision tags: 3.4.4, 3.4.4RC2, 3.4.4RC1
# 6a334b47 29-Nov-2018 Danack

Added -Wextra CFLAG. Fixed issues that arose from turning that flag on.


# ed7c8621 03-Feb-2017 Unknown

Fix memory leak

That would only affect silly people.


# ddb1fa81 03-Feb-2017 Unknown

Prevent access to uninitialized pixel_wands.


Revision tags: 3.4.3
# 41856e90 29-Jan-2017 Ryan Schmidt

Change "Imagemagick" to "ImageMagick"


Revision tags: 3.4.3RC4, 3.4.3RC3, 3.4.3RC2, 3.4.3RC1, 3.4.2
# 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.


Revision tags: 3.3.0
# 3336403e 24-Sep-2015 Danack

Added getHDRIEnabled function. Added version checking for getFeatures.


# 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
# 58362fbf 07-Feb-2015 Danack

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


# fd79ef75 26-Jan-2015 Danack

Corrected size_t issues.


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


# f8a8bb49 07-Aug-2014 Danack

Initial NG compilation - it compiled but opening files doesn't work.


# 9db379ec 28-May-2014 Danack

Fixed function prototypes to indicate new object is returned.


Revision tags: 3.2.0RC1, 3.2.0b2
# 872f6f03 19-Oct-2013 Mikko

Added ImagickPixel::isPixelSimilar and deprecate ImagickPixel::isSimilar #10


Revision tags: 3.2.0b1
# f3f9828a 01-Oct-2013 Mikko

Remove duplicated code, correct typing, indentation


# 04568bbf 30-Sep-2013 Mikko

More consistent naming on the colors. Make the colors a type instead of free-floating constants. Function naming consistency


# 4fa76f81 30-Sep-2013 Mikko

Make the macro name more explicit. Remove unnecessary cast


# 679325cb 27-Sep-2013 Mikko

zend_parse_parameters_none and fix capitalisation of DestroyDrawingWand call


# d5ba9770 26-Sep-2013 Mikko

Deprecated more methods and added error checking around allocations


# 08fe420c 25-Sep-2013 Mikko

Remove more macros


# 6c431c33 25-Sep-2013 Mikko

Remove clone pixelwand macro, its unnecessary


12