History log of /imagick/imagick.c (Results 151 – 175 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 766508b8 26-Sep-2013 Mikko

Remove unnecessary casts. Wrap the remaining macros into do while


# 76738139 25-Sep-2013 Mikko

Fixed Doc Bug #65043Destroy and clear method do the same things


# e3eb4462 25-Sep-2013 Mikko

Change ALLOW_STATIC to STATIC as per PECL bug 64945


# 08fe420c 25-Sep-2013 Mikko

Remove more macros


# 6c431c33 25-Sep-2013 Mikko

Remove clone pixelwand macro, its unnecessary


Revision tags: 3.1.2
# a677581d 23-Sep-2013 Mikko

Remove unused code, move some functions to be static


Revision tags: 3.1.1, 3.1.0, 3.1.0RC3
# 56a5976b 16-Jan-2013 Mikko

Update copyright to correct year


# 609ab168 08-Dec-2011 mkoppanen

Fixes PHP bug #60434. Thanks to aem at teletype dot ru

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


# 59f4db01 30-Sep-2011 mkoppanen

Stop the fiddling with refcounts. This never really did make any sense

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


# fbf7c679 04-Sep-2011 mkoppanen

More PHP 5.4 changes

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


# 269e74aa 04-Sep-2011 mkoppanen

Fix PHP 5.4 support


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


# da75da78 08-Jan-2011 mkoppanen

Fix PECL bug #21229

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


# cf1193bd 21-Nov-2010 mkoppanen

Added ImagickDraw->setResolution


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


# ea3197c2 21-May-2010 mkoppanen

Added set/getColorspace
Added transformImageColorspace (Patrick Durold)


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


# 1d6e3191 31-Mar-2010 johannes

s,function_entry,zend_function_entry,
As announced in http://news.php.net/php.pecl.dev/7123


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

s,function_entry,zend_function_entry,
As announced in http://news.php.net/php.pecl.dev/7123


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

show more ...


# 82c5f074 25-Jan-2010 mkoppanen

cleaned up phpinfo to use smart_str

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


# dfe1c9a9 22-Jan-2010 mkoppanen

fix for php 5.2

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


# 6344acf4 27-Nov-2009 mkoppanen

Do not modify original arrays when converting values. fix possible crash in exceptions. simplify config.m4

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

Do not modify original arrays when converting values. fix possible crash in exceptions. simplify config.m4

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

show more ...


# b96c4fef 31-Oct-2009 mkoppanen

Fixes incorrect error message "wand contains no images"

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


# 2dbc5d5f 31-Oct-2009 mkoppanen

The shared header will assume newer imagemagick. Fixed a broken test. Added with, height and format as properties

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

The shared header will assume newer imagemagick. Fixed a broken test. Added with, height and format as properties

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

show more ...


# 4aa048a9 27-Oct-2009 mkoppanen

Renamed IMAGICK_EXPORTS to MY_IMAGICK_EXPORTS

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


# 6958c016 15-Oct-2009 mkoppanen

Change cropthumbnailimage behavior to actually do what it is supposed to do. Added ALLOW_STATIC to a few methods that can be static. Removed boxresizeImage and added fill param to thumbnailImage. Ren

Change cropthumbnailimage behavior to actually do what it is supposed to do. Added ALLOW_STATIC to a few methods that can be static. Removed boxresizeImage and added fill param to thumbnailImage. Renamed tests and created a few new ones

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

show more ...


# 6e9fdf35 12-Oct-2009 mkoppanen

setimageartifact, getimageartifact, deleteimageartifact. TODO: doc

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


# 7364ecd6 04-Oct-2009 mkoppanen

Added boxResizeImage. TODO: doc. The fit parameter behavior in thumbnailing is likely to change soon as well

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

Added boxResizeImage. TODO: doc. The fit parameter behavior in thumbnailing is likely to change soon as well

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

show more ...


# 77893d14 21-Sep-2009 mkoppanen

Housekeeping: Generate config header during configure regardless if building inside php source tree

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

Housekeeping: Generate config header during configure regardless if building inside php source tree

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

show more ...


12345678910>>...19