History log of /PHP-8.3/ext/gd/gd.c (Results 251 – 275 of 718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7b061897 26-Apr-2013 Pierre Joye

#64710, kill unused vars


# 3fffc78e 26-Apr-2013 Pierre Joye

#64710, kill unused vars


# afe46d4d 26-Apr-2013 Pierre Joye

#64710, Implicit declaration


Revision tags: php-5.5.0beta4
# 3a8ceed8 24-Apr-2013 Remi Collet

allow use of gdImageCreateFromJpegEx with system libgd


# dd0399f5 24-Apr-2013 Remi Collet

We need both gdImageCreateFromJpeg* and gdImageCreateFromJpeg*Ex

The new (Ex) functions are used with the new ignore_warning parameter

The standard functions are used in _php_image_

We need both gdImageCreateFromJpeg* and gdImageCreateFromJpeg*Ex

The new (Ex) functions are used with the new ignore_warning parameter

The standard functions are used in _php_image_create_from_string,
sent as a function pointer, and call without this optional parameter.

show more ...


# 7189cc5b 24-Apr-2013 Remi Collet

gd: fix proto comment


# aa4b0af2 24-Apr-2013 Remi Collet

gd: provide imageflip with system libgd when available


# 7264179e 24-Apr-2013 Remi Collet

gd: fix proto comment


Revision tags: php-5.4.15RC1
# 2005a15c 23-Apr-2013 Remi Collet

fix copy/paste in error message


# eb507899 23-Apr-2013 Remi Collet

(re)allow WBMP detection with system libgd
provide getbmi and skipheader not exported functions in gd_compat.


# ec1678dd 22-Apr-2013 Remi Collet

temporary disable WBM detection with system libgd, as gdGetC, getmbi and skipheader not exported


# 684f4d52 11-Apr-2013 Pierre Joye

lucky that the name is not used, fix name of encoder


# 224a67fb 10-Apr-2013 Pierre Joye

add external 2.1 detection and fix gd_compat for 2.1+


Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3
# ac0b66f1 28-Mar-2013 Pierre Joye

fix BELL constant declaration


Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2
# e7d88a63 27-Mar-2013 Pierre Joye

add WebP support in phpinfo


# f3ebb40a 27-Mar-2013 Pierre Joye

FALSE on error


# 5ae6f582 26-Mar-2013 Pierre Joye

fix regression, take #2 (merge issue due to git 1.8 default setting changes)


# f39a2369 22-Mar-2013 Pierre Joye

- fix regression (imagerotate_overflow.phpt), fix for all cases


# f05972dd 22-Mar-2013 Pierre Joye

- fix regression bug24155.phpt and bug39366.phpt


# 4e6d54f5 22-Mar-2013 Pierre Joye

- fix regression (imagerotate_overflow.phpt)


Revision tags: php-5.5.0beta1
# 1ec484d3 20-Mar-2013 Pierre Joye

- add imageaffinematrixget and imagematrixconcat


# 780c6e0a 20-Mar-2013 Pierre Joye

- add affine matrix helper for translate, scale, rotate and shear


# 22159fb7 20-Mar-2013 Pierre Joye

- add new interpolation method
. imagescale
. imageaffine
. replace imagerotate with new generic and optimized new implementations
. imagesetinterpolationmethod, to set the de

- add new interpolation method
. imagescale
. imageaffine
. replace imagerotate with new generic and optimized new implementations
. imagesetinterpolationmethod, to set the default interpolation to be
used with the new functions
. add imagepalettetotruecolor

show more ...


Revision tags: php-5.3.23, php-5.4.13, php-5.5.0alpha6
# 0a55c4b1 03-Mar-2013 Pierre Joye

- (s)rgb distance works way better for now, re enable threshold


# 7698bc57 01-Mar-2013 Pierre Joye

- disable threshold for now, will enable it again using CIEDE2000


1...<<11121314151617181920>>...29