History log of /PHP-5.5/ext/gd/php_gd.h (Results 51 – 75 of 101)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 3ad9839f 26-Jan-2003 Sara Golemon

Feature Request #21784 Added: imagecolorallocatealpha (pollita@php.net,jasper@pointless.net)


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3
# 67aca57c 11-Dec-2002 Ilia Alshanetsky

Fixed build with non-bundled GD. Hidden the anti-alias functions when
non-bundled GD is used and made imagecreatefromxpm() unavailable because
of a bug in the external GD library.


# 221413e5 11-Dec-2002 Pierre Joye

Remove double definition of imagesettile
Add imageantiallias


Revision tags: php-4.3.0RC3
# dda7acaa 06-Dec-2002 Pierre Joye

Add imageistruecolor


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# 4124672e 23-Nov-2002 Moriyoshi Koizumi

Fixed leaks. Other leaks are originated in libgd.


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# 901980b3 13-Nov-2002 Ilia Alshanetsky

Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). This
function allows negate, grayscale, brightness, contrast, colorize, selective blur,
Gaussian blur, edge detect, smooth,

Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). This
function allows negate, grayscale, brightness, contrast, colorize, selective blur,
Gaussian blur, edge detect, smooth, sharpen and emboss filters to be applied
on an image.

show more ...


# 597acbc3 12-Nov-2002 Marcus Boerger

new function gd_info() returns an associative array of gd support options. # The index names are those from the minfo function. Therefore it is
# easy to look into phpinfo() to see which index na

new function gd_info() returns an associative array of gd support options. # The index names are those from the minfo function. Therefore it is
# easy to look into phpinfo() to see which index names are possible.

show more ...


# e34ea3ad 29-Oct-2002 Ilia Alshanetsky

Added a patch by Pierre-Alain Joye <paj@pearfr.org>, which implements the
imagerotate() that allows rotation of images in gd.


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 26619315 22-Aug-2002 Tim Toohey

(PHP imagecolormatch) makes a palette image match the colours in the
true-color version.
(PHP imagelayereffect) extended alpha-channel mixing effects for the

(PHP imagecolormatch) makes a palette image match the colours in the
true-color version.
(PHP imagelayereffect) extended alpha-channel mixing effects for the
bundled GD library
@Added ImageColorMatch() and ImageLayerEffect() functions
@which work with the bundled GD library (ttoohey)

show more ...


Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# e2eaa026 28-Jun-2002 foobar

Moved all gd.h related stuff to gd.c


# 569da8b3 28-Jun-2002 foobar

Remove unnecessary #include's


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# 9ca01008 17-Mar-2002 Sander Roobol

Fixed compile error about gdImageColorResolve (#14426, #15000).


Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2
# 5296d29b 22-Aug-2001 foobar

Killed a compile warning.


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE
# e53100fc 07-Aug-2001 foobar

php_sig_gd2 is only needed for GD extension.


# ab1ad77e 07-Aug-2001 foobar

oops. Copy-paste-magic. :)


# 27fcd050 07-Aug-2001 foobar

@- Added support for GD2 image type for ImageCreateFromString() (Jani)


Revision tags: PRE_ENGINE2_SPLIT
# 1c25b8dd 30-Jul-2001 Zeev Suraski

Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way


Revision tags: PRE_TSRM_MERGE_PATCH
# 79ce305d 05-Jul-2001 Wez Furlong

Made imagegammacorrect() work on true-color images.
Added support for new ImageStringFTEx function (due in GD 2.0.2).


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# 0c5d5a51 29-May-2001 foobar

Added missing GD/GD2 image handling functions.


# 48123882 18-May-2001 Sterling Hughes

Remove the remnants of old global macro's


# da225053 16-May-2001 James Moore

- Sync prototype and definition of phpi_get_le_gd


Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# e9731903 13-Apr-2001 Wez Furlong

Added GD 2.0.1 support.


12345