History log of /PHP-8.2/ext/gd/php_gd.h (Results 101 – 125 of 142)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


# 84e5576f 06-Apr-2001 foobar

Killed some compile warnings.


Revision tags: php-4.0.5RC6, php-4.0.5RC5
# f663f1ed 01-Apr-2001 foobar

Fixed bug #8137 and killed some compile warnings.


Revision tags: php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 721d5994 20-Feb-2001 Daniel Beulshausen

make gd work again under win32


# bb6d3e60 01-Feb-2001 Stanislav Malyshev

Allow usage of GD contexts and not tempfiles in output functions


# c5b67e11 24-Jan-2001 Derick Rethans

- Commited a patch that adds support for converting Images to WBMP format.
(Thanx to Denis Gasparin <denis@editnet.it>)
@- Added support for converting images from JPG/PNG on the fly with t

- Commited a patch that adds support for converting Images to WBMP format.
(Thanx to Denis Gasparin <denis@editnet.it>)
@- Added support for converting images from JPG/PNG on the fly with the GD
@ extension, which is usefull for creating dynamic WAP-sites (Derick)

show more ...


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 18cfac40 10-Dec-2000 foobar

Kills one compile warning.


Revision tags: php-4.0.4RC3
# 5c16c9fa 28-Nov-2000 foobar

AC_CHECK_LIB prints out yes/no itself.


# f391eb74 03-Nov-2000 Mathieu Kooiman

- Introduced ImageCreateFromString() function,
works for GIF/JPEG/PNG and WBMP ..
(Note: This built with the latest snapshot I grabbed
tonight; Derick seemed to have trouble though

- Introduced ImageCreateFromString() function,
works for GIF/JPEG/PNG and WBMP ..
(Note: This built with the latest snapshot I grabbed
tonight; Derick seemed to have trouble though..)
@-Introduced ImageCreateFromString(), creates an image
@ stream out of eg a MySQL blob. (Mathieu)

show more ...


123456