The new PECL package gmagick-1.1.2RC1 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
1. Version number updated.

2. levelImage() will now choose between MagickLevelImage and 
MagickLevelImageChannel depending on whether the channel is provided (the 
former if it isn't). To adjust  the levels of an image by scaling the colours 
falling between specified white and black points to the full available quantum 
range, leave out the channel or use Gmagick::CHANNEL_DEFAULT. The range of 
applicable  channels for this method can be seen here:

http://www.graphicsmagick.org/wand/magick_wand.html#magicklevelimagechannel

Constants available here:

http://www.php.net/manual/en/gmagick.constants.php
Method interface is preserved. 

3. coalesceImage() method added.

4. sharpenImage() method added.

Package Info
-------------
Gmagick is a php extension to create, modify and obtain meta information of 
images using the GraphicsMagick API.
This extension requires GraphicsMagick version 1.2.6+ and PHP 5.1.3+.

Related Links
-------------
Package home: http://pecl.php.net/package/gmagick
   Changelog: http://pecl.php.net/package-changelog.php?package=gmagick
    Download: http://pecl.php.net/get/gmagick-1.1.2RC1.tgz

Authors
-------------
Vito Chin <[email protected]> (lead)
Mikko Koppanen <[email protected]> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to