History log of /imagick/imagick.c (Results 201 – 225 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6b5d742e 31-Jul-2008 mkoppanen

Fixed Imagick to follow PHP coding standards
Fixes a small memory leak when casting string to ImagickPixel object


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

Fixed Imagick to follow PHP coding standards
Fixes a small memory leak when casting string to ImagickPixel object


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

show more ...


# 0e059fdb 30-Jul-2008 mkoppanen

Added support for cloning objects through "clone" keyword


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


# c03a4ff1 13-Jun-2008 scottmac

Fix build on Mac related to duplicate symbols


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


# d6dbcd10 17-May-2008 mkoppanen

Added Imagick::setGravity and Imagick::getGravity


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


# 75ab8bc8 25-Apr-2008 mkoppanen

Complete refactoring of the code:
- Moved macros to php_imagick_macros.h
- Moved each class to it's own .c -file
- Moved helper functions to separate .c -file
- Started adapting P

Complete refactoring of the code:
- Moved macros to php_imagick_macros.h
- Moved each class to it's own .c -file
- Moved helper functions to separate .c -file
- Started adapting PHP Coding Standards
- Added the new files to package.xml and config.m4

Need to make a large version bump later..


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

show more ...


# 81dd748c 16-Apr-2008 mkoppanen

Moved some definitions to header file


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


# 8a1c1ffd 31-Mar-2008 sfox

- Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.

- Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.


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

show more ...


# 9dc4759a 25-Mar-2008 mkoppanen

Added Imagick::transformImage


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


# cccc9177 17-Mar-2008 mkoppanen

Allow the next methods to be called statically:
- Imagick::getResourceLimit()
- Imagick::setResourceLimit()
- Imagick::queryFormats()
- Imagick::queryFonts()


git-svn

Allow the next methods to be called statically:
- Imagick::getResourceLimit()
- Imagick::setResourceLimit()
- Imagick::queryFormats()
- Imagick::queryFonts()


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

show more ...


# 5ad93f48 15-Mar-2008 mkoppanen

Refactored error handling to use macros instead of functions
Removed unused and unnecessary variables
Fixed minor non-fatal logic errors
Bumped up the version number


git-svn

Refactored error handling to use macros instead of functions
Removed unused and unnecessary variables
Fixed minor non-fatal logic errors
Bumped up the version number


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

show more ...


# bc255e1c 09-Mar-2008 mkoppanen

Added liquid rescaling support due to recent license change, thanks to Carlo Baldassi.
http://repo.or.cz/w/liblqr.git


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

Added liquid rescaling support due to recent license change, thanks to Carlo Baldassi.
http://repo.or.cz/w/liblqr.git


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

show more ...


# 408fb220 27-Feb-2008 mkoppanen

Breaks the fit parameter behavior compared to old versions.
The behavior was faulty when scaling ratio was 1:1.


git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@253873 c

Breaks the fit parameter behavior compared to old versions.
The behavior was faulty when scaling ratio was 1:1.


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

show more ...


# 42c714eb 24-Feb-2008 mkoppanen

Fixes a small logic error when writing images + a small mem leak


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


# 20f3e072 14-Feb-2008 mkoppanen

Removed liquid rescaling until licensing issues have been solved


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


# fcacc1d0 14-Feb-2008 mkoppanen

Added liquid rescaling.
Bumped up the version.


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


# f4621729 30-Jan-2008 scottmac

Fix sharpenImage, parameters passed to imagemagick function were around the wrong way.


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

Fix sharpenImage, parameters passed to imagemagick function were around the wrong way.


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

show more ...


# 950e78a8 25-Jan-2008 nlopess

fix proto of identifyImage()


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


# 6376cb22 20-Jan-2008 mkoppanen

Fixed some globals mess. Should compile on pre 5.2 versions now.


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


# e419eb9e 20-Jan-2008 mkoppanen

Changed year to 2008 in copyrights


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


# 6bc2f9c3 20-Jan-2008 mkoppanen

Added setImageAlphaChannel and ALPHACHANNEL constants


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


# e7f43bfc 12-Jan-2008 mkoppanen

Added a fix to bypass imagemagick crash when writing a file fails


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


# 52f1ab8a 11-Jan-2008 mkoppanen

Fixed writing images


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


# 2bc8e2af 10-Jan-2008 scottmac

Absolute paths are used so the use of acess is ok, but use macros and the F_OK constant rather than the numeric value.


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

Absolute paths are used so the use of acess is ok, but use macros and the F_OK constant rather than the numeric value.


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

show more ...


# 6aff113c 10-Jan-2008 scottmac

Use VCWD_ACCESS instead of access.


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


# a1149fbc 10-Jan-2008 mkoppanen

Fixed indentation. (Thanks Antony!)


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


12345678910>>...19