History log of /imagick/ (Results 1376 – 1400 of 1494)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fae7f78306-Jul-2004 mcmontero

- Added the following functions thanks to Mon Mariola
<monmariola@monmariola.com>: imagick_getdpix(), imagick_getdpiy(),
imagick_setdpi().
- Added related example files.


- Added the following functions thanks to Mon Mariola
<monmariola@monmariola.com>: imagick_getdpix(), imagick_getdpiy(),
imagick_setdpi().
- Added related example files.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162774 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

6480aef828-Jun-2004 chregu

prepare release


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162229 c90b9560-bf6c-de11-be94-00142212c4b1

6edfa11128-Jun-2004 chregu

fix segfault on shutdown


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162226 c90b9560-bf6c-de11-be94-00142212c4b1

858eb72f28-Jun-2004 chregu

on the way to imagemagick 6.0.0 compatibility (not tested yet)
thanks to Stanislav Yadykin for the hint


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162210 c90b9560-

on the way to imagemagick 6.0.0 compatibility (not tested yet)
thanks to Stanislav Yadykin for the hint


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162210 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

1a0ad39328-Jun-2004 chregu

fix some segfaults at error handling (by Andrei Nigmatulin)


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@162209 c90b9560-bf6c-de11-be94-00142212c4b1

c721b4b806-Jun-2004 chregu

prepare release


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@160639 c90b9560-bf6c-de11-be94-00142212c4b1

79a0172b06-Jun-2004 chregu

- better version checking for ImageMagick
- IM >= 6.0.0 not supported right now


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@160636 c90b9560-bf6c-de11-be94-00142212c

- better version checking for ImageMagick
- IM >= 6.0.0 not supported right now


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@160636 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

b707b92316-May-2004 chregu

a little patch by markus amsler for last_error


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@158646 c90b9560-bf6c-de11-be94-00142212c4b1

d1ee4f2c01-Apr-2004 chregu

mke it wellformed...


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@155146 c90b9560-bf6c-de11-be94-00142212c4b1

b63e7a0b01-Apr-2004 chregu

prepare for release


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@155145 c90b9560-bf6c-de11-be94-00142212c4b1

7ea928d108-Mar-2004 mcmontero

- added examples/set_image_quality.php for testing the
imagick_set_image_quality() function. Thanks to Derrick DeLoreno Threatt
<dthreatt@digitalcreations.net> for bringing up the need f

- added examples/set_image_quality.php for testing the
imagick_set_image_quality() function. Thanks to Derrick DeLoreno Threatt
<dthreatt@digitalcreations.net> for bringing up the need for this function
and testing it.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@153138 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

f90bee3008-Mar-2004 mcmontero

- added imagick_set_image_quality() for manipulating the quality of the
resultant image.

THIS FUNCTION IS NOT YET TESTED. SENDING OFF TO SOMEONE TO TEST NOW.


git-svn-id:

- added imagick_set_image_quality() for manipulating the quality of the
resultant image.

THIS FUNCTION IS NOT YET TESTED. SENDING OFF TO SOMEONE TO TEST NOW.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@153137 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

7d15865803-Mar-2004 mcmontero

- changed how certain errors are handled in _php_imagick_is_error() to be
less restrictive. This apparently helps fix issues with certain types
of images that otherwise appear corrupt.

- changed how certain errors are handled in _php_imagick_is_error() to be
less restrictive. This apparently helps fix issues with certain types
of images that otherwise appear corrupt. Thanks to Hien Duy Nguyenxi
<hdn@umich.edu> for finding this, recommending the change and testing it.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@152878 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

0e2abe6606-Jan-2004 mcmontero

Fixed missing length column in call to zend_parse_parameters() in
imagick_transparent().


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@147990 c90b9560-bf6c-de11-be94-

Fixed missing length column in call to zend_parse_parameters() in
imagick_transparent().


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@147990 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

62e097f605-Jan-2004 mcmontero

- added function imagick_transparent() for setting a particular color to be
transparent within an image.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@147914 c90b95

- added function imagick_transparent() for setting a particular color to be
transparent within an image.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@147914 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

b6e5babe23-Dec-2003 fmk

Include imagick in the new win32 build system


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@147220 c90b9560-bf6c-de11-be94-00142212c4b1

3253a11a04-Dec-2003 chregu

better wording


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@145561 c90b9560-bf6c-de11-be94-00142212c4b1

4d1c550c07-Oct-2003 mcmontero

- function imagick_setcompressiontype() was not setting the correct structure.
This was identified and tested by Sergio Salvatore (sergio@cucinalogica.com).


git-svn-id: http://svn

- function imagick_setcompressiontype() was not setting the correct structure.
This was identified and tested by Sergio Salvatore (sergio@cucinalogica.com).


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@142009 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

c265676818-Sep-2003 mcmontero

Added for testing and education.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@140589 c90b9560-bf6c-de11-be94-00142212c4b1

d218293918-Sep-2003 mcmontero

Removed extraneous semicolon.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@140560 c90b9560-bf6c-de11-be94-00142212c4b1

b66d268718-Sep-2003 mcmontero

Added function imagick_set_image_comment().


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@140559 c90b9560-bf6c-de11-be94-00142212c4b1

e2c2119b10-Sep-2003 chregu

prepare for release


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@140035 c90b9560-bf6c-de11-be94-00142212c4b1

45570f7a25-Aug-2003 mcmontero

Changed release number to 0.9.8 and added notes about latest bug fix to
package.xml.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@138753 c90b9560-bf6c-de11-be94-0014

Changed release number to 0.9.8 and added notes about latest bug fix to
package.xml.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@138753 c90b9560-bf6c-de11-be94-00142212c4b1

show more ...

230baa8525-Aug-2003 mcmontero

_php_imagick_set_last_error: fixed bug with use of strlen() function.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@138752 c90b9560-bf6c-de11-be94-00142212c4b1

af2c980718-Jul-2003 chregu

better description


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@135347 c90b9560-bf6c-de11-be94-00142212c4b1

1...<<51525354555657585960