844fa469 | 25-Oct-2007 |
mkoppanen |
Committed the initial patch to accept string and ImagickPixel object as a parameter to methods which expect an ImagickPixel. List of modified methods: imagickdraw::setfillcolor
Committed the initial patch to accept string and ImagickPixel object as a parameter to methods which expect an ImagickPixel. List of modified methods: imagickdraw::setfillcolor imagickdraw::setstrokecolor imagickdraw::settextundercolor imagickpixel::issimilar imagick::blackthresholdimage imagick::whitethresholdimage imagick::rotateimage imagick::setimagebackgroundcolor imagick::setimagemattecolor imagick::shearimage imagick::borderimage imagick::colorfloodfillimage imagick::colorizeimage imagick::frameimage imagick::mattefloodfillimage imagick::paintopaqueimage imagick::painttransparentimage imagick::setimagebordercolor imagick::setimagecolormapcolor imagick::tintimage imagick::newimage imagick::setbackgroundcolor Bumped the version to 2.1.0 git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244787 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
1ddad622 | 24-Oct-2007 |
mkoppanen |
Changed the files to reflect the new release git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244767 c90b9560-bf6c-de11-be94-00142212c4b1 |
ebb0a81b | 22-Oct-2007 |
mkoppanen |
Added check for empty or invalid pseudo format string git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244604 c90b9560-bf6c-de11-be94-00142212c4b1 |
afd1ea27 | 22-Oct-2007 |
mkoppanen |
Added checks for setFont and setFontFamily. Allow only valid fonts. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244596 c90b9560-bf6c-de11-be94-00142212c4b1 |
2c488d56 | 18-Oct-2007 |
mkoppanen |
Changed PATH_MAX to MAXPATHLEN git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244385 c90b9560-bf6c-de11-be94-00142212c4b1 |
5bb7bcd5 | 18-Oct-2007 |
mkoppanen |
Added PATH_MAX ifndef git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244383 c90b9560-bf6c-de11-be94-00142212c4b1 |
a283d0ca | 18-Oct-2007 |
mkoppanen |
Added IMAGICK_EXTVER and IMAGICK_EXTNUM constants git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244381 c90b9560-bf6c-de11-be94-00142212c4b1 |
6f61e11e | 17-Oct-2007 |
mkoppanen |
Fixed wrong argument hinting git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244346 c90b9560-bf6c-de11-be94-00142212c4b1 |
3c4913ee | 17-Oct-2007 |
mkoppanen |
Changed the files to reflect the new release git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244336 c90b9560-bf6c-de11-be94-00142212c4b1 |
4306d0bb | 17-Oct-2007 |
mkoppanen |
Added efree for the filename if the operation fails git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244331 c90b9560-bf6c-de11-be94-00142212c4b1 |
bd98ec91 | 17-Oct-2007 |
mkoppanen |
Added getPseudoFilename git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244315 c90b9560-bf6c-de11-be94-00142212c4b1 |
1d600c53 | 17-Oct-2007 |
mkoppanen |
X: can be a drive letter in windows git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244314 c90b9560-bf6c-de11-be94-00142212c4b1 |
a75c06fb | 15-Oct-2007 |
mkoppanen |
Fixed PHP 5.3 compatibility in setting refcounts git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244245 c90b9560-bf6c-de11-be94-00142212c4b1 |
22ec6160 | 15-Oct-2007 |
mkoppanen |
Fixed the destroy methods. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244236 c90b9560-bf6c-de11-be94-00142212c4b1 |
67ae96f5 | 15-Oct-2007 |
mkoppanen |
Fixed fitting to zero size image in Imagick::thumbnailImage git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244232 c90b9560-bf6c-de11-be94-00142212c4b1 |
2f6f4f67 | 12-Oct-2007 |
mkoppanen |
Changes in regionpixeliterator to allow just int values Changed IMAGICKPIXEL_REPLACE_PIXELWAND to check if wand is null git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@
Changes in regionpixeliterator to allow just int values Changed IMAGICKPIXEL_REPLACE_PIXELWAND to check if wand is null git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244107 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
8aec39bb | 12-Oct-2007 |
mkoppanen |
Accidentally removed some of my earlier changes git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244099 c90b9560-bf6c-de11-be94-00142212c4b1 |
97012fb0 | 12-Oct-2007 |
mkoppanen |
Fixed imagick::mosaicImages git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244097 c90b9560-bf6c-de11-be94-00142212c4b1 |
6f9fab9a | 12-Oct-2007 |
mkoppanen |
Added IMAGICK_REPLACE_MAGICKWAND, IMAGICKPIXEL_REPLACE_PIXELWAND, IMAGICKDRAW_REPLACE_DRAWINGWAND Added calls to these macros from correct places git-svn-id: http://svn.php.net/repo
Added IMAGICK_REPLACE_MAGICKWAND, IMAGICKPIXEL_REPLACE_PIXELWAND, IMAGICKDRAW_REPLACE_DRAWINGWAND Added calls to these macros from correct places git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244096 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
6240eabd | 11-Oct-2007 |
mkoppanen |
Fixed a crash in mosaicImages git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244079 c90b9560-bf6c-de11-be94-00142212c4b1 |
ebfc535b | 11-Oct-2007 |
mkoppanen |
Fixes the "E:" issue on windows builds git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@244061 c90b9560-bf6c-de11-be94-00142212c4b1 |
1d2f2d5c | 07-Oct-2007 |
mkoppanen |
Added optional fourth parameter to newImage to set the format when creating a new canvas git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@243743 c90b9560-bf6c-de11-be94-0014
Added optional fourth parameter to newImage to set the format when creating a new canvas git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@243743 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
1ae5264a | 06-Oct-2007 |
mkoppanen |
Added Imagick::setlastiterator git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@243704 c90b9560-bf6c-de11-be94-00142212c4b1 |
dbdbfccd | 06-Oct-2007 |
mkoppanen |
A minor fix to the IMAGICK_CORRECT_ITERATOR_POSITION git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@243701 c90b9560-bf6c-de11-be94-00142212c4b1 |
c4d2f0a9 | 06-Oct-2007 |
mkoppanen |
committed the IMAGICK_CORRECT_ITERATOR_POSITION macro git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@243700 c90b9560-bf6c-de11-be94-00142212c4b1 |