Revision tags: 3.5.0, 3.5.0RC2 |
|
#
3e8bdc15 |
| 26-Nov-2020 |
Remi Collet |
use PHP_VERSION_ID instead of ZEND_ENGINE_3
|
#
46949945 |
| 02-Sep-2020 |
Danack |
Move ImagickDraw to have functions entries generated from stub.
|
Revision tags: 3.4.4, 3.4.4RC2, 3.4.4RC1 |
|
#
fa79c66b |
| 30-Oct-2017 |
Ali Alwash |
Fixed some docblocks, based on the code of that function
|
#
b9b7d372 |
| 29-Nov-2018 |
Danack |
Correct error corrections.
|
#
6a334b47 |
| 29-Nov-2018 |
Danack |
Added -Wextra CFLAG. Fixed issues that arose from turning that flag on.
|
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 |
|
#
8ec91b39 |
| 24-Apr-2016 |
Danack |
Fixed ifdef around setOpacity and "typo".
|
#
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 ...
|
#
64671339 |
| 11-Jan-2016 |
Danack |
defined is not a thing....
|
#
9265cbea |
| 11-Jan-2016 |
Danack |
Function name was changed arbitrarily.
|
#
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 |
|
#
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 |
|
#
8caceb24 |
| 10-Mar-2015 |
Danack |
Removed check of whether font is available as the font family name is not always the same as the font name. In particular the font name can have hyphens e.g. "Bitstream-Vera-Sans-Mono-Roman" whereas
Removed check of whether font is available as the font family name is not always the same as the font name. In particular the font name can have hyphens e.g. "Bitstream-Vera-Sans-Mono-Roman" whereas the family name does not "family: Bitstream Vera Sans Mono" This fixes #77 but may lead to some code that currently throws an exception to pass with an error silently.
show more ...
|
#
1a660831 |
| 24-Feb-2015 |
Danack |
Enabled -Wall and fixed various small issues. Added test for progress monitor via callback, which is broken in 7.
|
#
194ef721 |
| 13-Feb-2015 |
Danack |
Corrected parameters to be size_t where ImageMagick requires them.
|
#
3f3a4a68 |
| 08-Feb-2015 |
Danack |
Fixed missing ifdefs around code, and efree that had disappeared.
|
#
9170e4cd |
| 07-Feb-2015 |
Danack |
Fixed type for pushpattern string len param.
|
#
58362fbf |
| 07-Feb-2015 |
Danack |
Added a enough IFDEFs to allow compiling against PHP 5.x and "7".
|
#
2c2e6e6f |
| 27-Jan-2015 |
Danack |
Fixed values not being found in ImagickDraw::affine.
|
#
7ba7268c |
| 27-Jan-2015 |
Danack |
Fixed segfault, correct values are not being populated though.
|
#
fd79ef75 |
| 26-Jan-2015 |
Danack |
Corrected size_t issues.
|
#
7fdf19f0 |
| 26-Jan-2015 |
Danack |
Fixed "7" compile issues.
|
#
f8a8bb49 |
| 07-Aug-2014 |
Danack |
Initial NG compilation - it compiled but opening files doesn't work.
|