4a684d89 | 18-Jul-2003 |
chregu |
prepare release git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@135346 c90b9560-bf6c-de11-be94-00142212c4b1 |
510aa48c | 17-Jul-2003 |
mcmontero |
- fixed to work with versions of ImageMagick >= 5.5.7 - special thanks to James Huston (hustonjs@itadevelopment.com) for helping make this happen. - test compiled against 5.5.3, 5.5.6 and
- fixed to work with versions of ImageMagick >= 5.5.7 - special thanks to James Huston (hustonjs@itadevelopment.com) for helping make this happen. - test compiled against 5.5.3, 5.5.6 and 5.5.7 with success. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@135316 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
683c0696 | 17-Jul-2003 |
mcmontero |
- fixed bug in imagick_free() that would cause it to SEGFAULT everytime it's called. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@135315 c90b9560-bf6c-de11-be94-00
- fixed bug in imagick_free() that would cause it to SEGFAULT everytime it's called. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@135315 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
4d79e6fc | 19-Apr-2003 |
chregu |
Use absolute paths in examples (otherwise they don't work in windows..) git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@123986 c90b9560-bf6c-de11-be94-00142212c4b1 |
89018f94 | 19-Apr-2003 |
chregu |
added IMAGICK_BACKEND definition git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@123975 c90b9560-bf6c-de11-be94-00142212c4b1 |
bc9a6a8f | 19-Apr-2003 |
chregu |
added windows project file for GraphicsMagick Support git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@123974 c90b9560-bf6c-de11-be94-00142212c4b1 |
13ade3b0 | 19-Apr-2003 |
chregu |
TSRMLS fix git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@123973 c90b9560-bf6c-de11-be94-00142212c4b1 |
7436d379 | 11-Apr-2003 |
chregu |
add license and another fix in release notes git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@123164 c90b9560-bf6c-de11-be94-00142212c4b1 |
e4897d1f | 11-Apr-2003 |
chregu |
prepare new release git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@123163 c90b9560-bf6c-de11-be94-00142212c4b1 |
fc0f7c13 | 11-Apr-2003 |
mcmontero |
Fixed small typo. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@123161 c90b9560-bf6c-de11-be94-00142212c4b1 |
e8f0e321 | 08-Apr-2003 |
mcmontero |
Added imagick_error() - imagick_error() returns 1 string representing any errors that have occurred on an operation. IT IS LARGELY UNTESTED! Beware! However, you can now do things
Added imagick_error() - imagick_error() returns 1 string representing any errors that have occurred on an operation. IT IS LARGELY UNTESTED! Beware! However, you can now do things like: git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@122932 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
5016c47a | 08-Apr-2003 |
mcmontero |
- imagick_readimage() now returns false if ImageMagick ReadImage() fails. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@122911 c90b9560-bf6c-de11-be94-00142212c4b1 |
5e784f2d | 08-Apr-2003 |
mcmontero |
- imagick_readimage() now returns false if ImageMagick ReadImage() fails. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@122910 c90b9560-bf6c-de11-be94-00142212c4b1 |
553aa71c | 11-Mar-2003 |
chregu |
- be more verbose - check Magick-config in provided DIR and not in system $PATH git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119870 c90b9560-bf6c-de11-be94-00142212c
- be more verbose - check Magick-config in provided DIR and not in system $PATH git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119870 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
9976d026 | 11-Mar-2003 |
chregu |
- updated package.xml about new buildoption - removed debug code in config.m4 git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119868 c90b9560-bf6c-de11-be94-00142212c4b1 |
c296d1cd | 11-Mar-2003 |
chregu |
Added GraphicsMagick Support to config.m4 --with-imagick-gm will use GraphicsMagick instead of ImageMagick git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119867 c90b95
Added GraphicsMagick Support to config.m4 --with-imagick-gm will use GraphicsMagick instead of ImageMagick git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119867 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
e2185ac1 | 10-Mar-2003 |
chregu |
apply (patch) this file against config.m4 if you want to compile imagick against GraphicsMagick (http://www.graphicsmagick.org) Will include this into main config.m4 one day git
apply (patch) this file against config.m4 if you want to compile imagick against GraphicsMagick (http://www.graphicsmagick.org) Will include this into main config.m4 one day git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119774 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
9b8b2a60 | 07-Mar-2003 |
chregu |
make a nte about "rm ./configure" before ./buildconf git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@119351 c90b9560-bf6c-de11-be94-00142212c4b1 |
9f35defd | 24-Feb-2003 |
mcmontero |
Add imagick_getcolorspace() thanks for James Huston recommendation. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@117951 c90b9560-bf6c-de11-be94-00142212c4b1 |
34f03d53 | 20-Feb-2003 |
mcmontero |
Changed Image Magick to ImageMagick. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@117378 c90b9560-bf6c-de11-be94-00142212c4b1 |
1c1da970 | 19-Feb-2003 |
mcmontero |
Just starting to get the next round of changes in. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@117174 c90b9560-bf6c-de11-be94-00142212c4b1 |
ddb83d0e | 19-Feb-2003 |
chregu |
prepare for next release git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@117055 c90b9560-bf6c-de11-be94-00142212c4b1 |
d39876bb | 18-Feb-2003 |
mcmontero |
Further note about change of imagick_setcompression() to imagick_setcompressionquality(). git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@116975 c90b9560-bf6c-de11-be94
Further note about change of imagick_setcompression() to imagick_setcompressionquality(). git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@116975 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
14f53f91 | 18-Feb-2003 |
mcmontero |
- renamed imagick_setcompression() to imagick_setcompressiontype(). - added function imagick_setcompressionquality(). git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@11
- renamed imagick_setcompression() to imagick_setcompressiontype(). - added function imagick_setcompressionquality(). git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@116968 c90b9560-bf6c-de11-be94-00142212c4b1
show more ...
|
4da81cc7 | 18-Feb-2003 |
mcmontero |
Added comment about addition of IMAGICK_COMPRESSION_*. git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@116950 c90b9560-bf6c-de11-be94-00142212c4b1 |