History log of /imagick/util/scanHeaders.php (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.5.0, 3.5.0RC2
# 226cd0d3 21-May-2021 Danack

Tidy up of ImagickDraw stub. Update scan headers to check missing types and not give error on #undef's.


# 58a7f7f8 20-May-2021 Danack

Check PixelMask is kept up-to-date.


# 06296fa6 18-May-2021 Danack

Add missing defines.

Update script to match latest IM7.


Revision tags: 3.4.4, 3.4.4RC2, 3.4.4RC1
# 7af8e7bb 15-Apr-2019 Danack

Added missing constants.


Revision tags: 3.4.3, 3.4.3RC4, 3.4.3RC3, 3.4.3RC2, 3.4.3RC1
# 87ed96d7 05-Jun-2016 Danack

Added constants and renamed constants.


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


Revision tags: 3.3.0
# 5675bc89 20-Sep-2015 Danack

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