-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@279686 c90b9560-bf6c-de11-be94-00142212c4b1
- Loading branch information
mkoppanen
committed
May 1, 2009
1 parent
47a1bf1
commit 0a86740
Showing
2 changed files
with
5 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ IMPORTANT: Version 2.x API is not compatible with earlier versions. | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2009-03-21</date> | ||
<date>2009-05-01</date> | ||
<version> | ||
<release>2.3.0b1</release> | ||
<release>2.3.0RC1</release> | ||
<api>2.3.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -32,46 +32,8 @@ IMPORTANT: Version 2.x API is not compatible with earlier versions. | |
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
- Fixed compilation against older ImageMagick versions (Patch by Tim Herzog) | ||
- Fixed getImageMatte to actually return boolean instead of int | ||
|
||
- Added methods: | ||
* Imagick::getImageMimeType | ||
* Imagick::writeimagefile | ||
* Imagick::writeimagesfile | ||
* Imagick::resetimagepage | ||
* Imagick::setimageclipmask | ||
* Imagick::getimageclipmask | ||
* Imagick::animateimages | ||
* Imagick::recolorimage | ||
* Imagick::floodfillpaintimage | ||
* Imagick::opaquepaintimage | ||
* Imagick::transparentpaintimage | ||
* Imagick::decipherimage | ||
* Imagick::encipherimage | ||
* Imagick::getimagealphachannel | ||
* Imagick::getimagechanneldistortions | ||
* Imagick::getimagegravity | ||
* Imagick::setimagegravity | ||
* Imagick::remapimage | ||
* Imagick::exportimagepixels | ||
* Imagick::getimagechannelkurtosis | ||
* Imagick::functionimage | ||
* Imagick::importImagePixels | ||
* Imagick::sparseColorImage | ||
* Imagick::deskewImage | ||
* Imagick::segmentImage | ||
|
||
* Imagickdraw::gettextkerning | ||
* Imagickdraw::settextkerning | ||
* Imagickdraw::gettextinterwordspacing | ||
* Imagickdraw::gettextinterwordspacing | ||
|
||
* ImagickPixel::getColorValueQuantum | ||
* ImagickPixel::setColorValueQuamtum | ||
* ImagickPixel::getIndex | ||
* ImagickPixel::setIndex | ||
|
||
- Fixes PECL bug #16085 (Twice crop returns invalid result) | ||
- Removed unnecessary checks | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters