Revision tags: 3.5.0, 3.5.0RC2 |
|
#
f3218636 |
| 11-Jun-2021 |
Danack |
Updated changlog and prepare release notes.
|
#
6e658df4 |
| 18-Mar-2020 |
Narayana Belur Manjunathaiah |
Added Hough line detector php method
|
Revision tags: 3.4.4 |
|
#
578c0f63 |
| 02-May-2019 |
Danack |
Correct date in package.xml
|
Revision tags: 3.4.4RC2 |
|
#
1a7aed2f |
| 17-Apr-2019 |
Danack |
Update changelog
|
Revision tags: 3.4.4RC1 |
|
#
01793f8a |
| 15-Apr-2019 |
Danack |
Updated release notes.
|
#
7af8e7bb |
| 15-Apr-2019 |
Danack |
Added missing constants.
|
#
6bbb67d8 |
| 28-Oct-2017 |
Ali Alwash |
Wrong class mentioned in the Changelog Wrong class is used in the Changelog. ImagickDraw only has setOpacity, there is no setOpacity in Imagick class.
|
#
cb57b5d0 |
| 10-Sep-2017 |
Danack |
Added deprecated function list to changelog.
|
#
3acc635f |
| 04-Jun-2017 |
Danack |
Updates change log to add Imagick::optimizeImageTransparency()
|
#
d2fb1c43 |
| 14-Feb-2017 |
Danack |
Support for larger values on 32bit platforms. Use double instead of an int value for Imagick::setResourceLimit. This is accurate for values up to 2^53, which should cover 'most' use cases.
|
#
6ac0bb75 |
| 04-Feb-2017 |
Unknown |
Update changelog.
|
Revision tags: 3.4.3 |
|
#
bb26da7d |
| 01-Feb-2017 |
Unknown |
Finalize 3.4.3 release.
|
Revision tags: 3.4.3RC4 |
|
#
2e6fcea1 |
| 25-Jan-2017 |
Unknown |
Fix segfault Avoid segfault when ImagickPixel has been extended by another class.
|
Revision tags: 3.4.3RC3 |
|
#
abe03d3b |
| 23-Jan-2017 |
Unknown |
Update version for release for file permission problem.
|
Revision tags: 3.4.3RC2 |
|
#
ed830227 |
| 17-Jan-2017 |
Danack |
Updated release notes.
|
#
b9a092be |
| 06-Dec-2016 |
Danack |
Adds exception checking for Imagick::getRegistry.
|
Revision tags: 3.4.3RC1 |
|
#
96c5a2ac |
| 09-Jun-2016 |
Danack |
Corrected changelog to have correct next release version.
|
#
cfe2ded5 |
| 05-Jun-2016 |
Danack |
Added identifyimagetype method. Listed test files in package.xml
|
#
87ed96d7 |
| 05-Jun-2016 |
Danack |
Added constants and renamed constants.
|
#
0623ef3b |
| 04-Jun-2016 |
Danack |
Regression for Imagick Exception classes being final on 7.x
|
#
646c7760 |
| 04-Jun-2016 |
Danack |
Exclude struct elements that are gone.
|
#
68fe91c7 |
| 01-May-2016 |
Danack |
Exclude Imagick::transformImage and Imagick::orderedPosterizeImage from IM 7 build.
|
Revision tags: 3.4.2 |
|
#
8ec91b39 |
| 24-Apr-2016 |
Danack |
Fixed ifdef around setOpacity and "typo".
|
#
c50881de |
| 09-Mar-2016 |
Danack |
Update release notes for release.
|
#
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 ...
|