History log of /PHP-7.2/ext/gd/libgd/gd.c (Results 101 – 125 of 191)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 655743c4 30-Sep-2005 Pierre Joye

- #33125, imagecopymergegray produces mosaic rainbow effect
at some point the alpha emulation formula has been broken
restored.


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9
# 98597805 23-Jul-2005 Pierre Joye

- fix #33794 imagerotate rotates only CCW
introduced by transparent color patch


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 90ee88e0 01-May-2005 Pierre Joye

- MFB: #32891, init old y positions to non possible values. -1 being used
if the center start a (x,0)


# 4162bd8b 16-Apr-2005 Rasmus Lerdorf

I think this is a cleaner emboss filter. Less fringing.


# d0f40281 16-Apr-2005 Rasmus Lerdorf

The emboss and edge detection matrices are swapped


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11
# d8824f2d 28-Mar-2005 Pierre Joye

- remove "debug" code


# 6d46acfc 28-Mar-2005 Pierre Joye

- MFB, imagerectangle draws 2x each corners (alpha channel uglyness)


# c8ce18c1 27-Mar-2005 Pierre Joye

- allow to keep or ignore the transparent color in imagerotate (thx
Ken Coar to report this "bug")
- be sure to restore alphablending in imagefill
- use zend_parse_parameter in imagerot

- allow to keep or ignore the transparent color in imagerotate (thx
Ken Coar to report this "bug")
- be sure to restore alphablending in imagefill
- use zend_parse_parameter in imagerotate

show more ...


Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 32ff83e4 17-Nov-2004 Pierre Joye

- Really fix imagefill, part of my previous (old) fix was not applied
(blame me), bak the alphablending and restore it on exit


# d9f08cb7 17-Nov-2004 Pierre Joye

- MFB: fix #30739, imagefill did not set back alphablending mode


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1
# 5b71225f 24-May-2004 Pierre Joye

- Fix #28506, negative angle returns "random arcs"
while (angle < 0) angle += 2*M_PI is used now


Revision tags: RELEASE_0_1_1
# f11d064b 09-May-2004 Ilia Alshanetsky

Fixed bug #28304 (Missing bounds check inside imagefilter()).


# c527cc87 27-Apr-2004 Ilia Alshanetsky

Fixed bug #28184 (C++ comments in GD library sources).


# c452e275 25-Apr-2004 Derick Rethans

- MFB: Fixed bug #28147 (Crash with drawing anti-alised lines)


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 8b079070 29-Mar-2004 Ilia Alshanetsky

Synchronized bundled GD library with GD 2.0.22.


Revision tags: php-4.3.5
# fc419f10 22-Mar-2004 Ilia Alshanetsky

Revert patch to imagefillborder.


# ac7283a6 21-Mar-2004 Ilia Alshanetsky

Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stack
overflow.


Revision tags: php-4.3.5RC4, php-5.0.0RC1
# f223262b 17-Mar-2004 Pierre Joye

- Fix crash when an invalid color index is used with imagecolortransparent


Revision tags: php-5.0.0RC1RC2, php-5.0.0RC1RC1
# 197b4832 13-Mar-2004 Pierre Joye

- restore too the alphablending if we do not reach the end of the function
Notice: This function still crashes (stack overflow), to reproduce it
see bug27582_2.phpt


# 9fc9639c 13-Mar-2004 Pierre Joye

- fix #27582 (http://bugs.php.net/bug.php?id=27582)
The problem was that the colors were changed endlessly, blending over
and over. An endless loop and recursive calls filled the stack=>s

- fix #27582 (http://bugs.php.net/bug.php?id=27582)
The problem was that the colors were changed endlessly, blending over
and over. An endless loop and recursive calls filled the stack=>segfault

show more ...


Revision tags: RELEASE_0_2_0
# 596efe51 02-Mar-2004 Derick Rethans

- Fixed bug in gdImageFilledRectangle in the bundled GD library, that required
x1 < x2 and y1 < y2 for coordinates.


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# b851f371 17-Jan-2004 Tim Toohey

(gdImageSetPixel) Tidied 'normal' blending effect
# libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so
# gdFullAlphaBlend() and friends are no longer needed


Revision tags: php-4.3.5RC1
# 36db28c8 28-Dec-2003 Ilia Alshanetsky

CS fixes.


# 8d6cfb79 25-Dec-2003 Ilia Alshanetsky

Synchronized bundled GD library with GD 2.0.17
. GD is now thread-safe thanks to wrappers around freetype library
. Significant optimization to png writing code.
. Miscellaneous fixes.

Synchronized bundled GD library with GD 2.0.17
. GD is now thread-safe thanks to wrappers around freetype library
. Significant optimization to png writing code.
. Miscellaneous fixes.
Fixed memory leak inside php_imagettftext_common()
Make ext/gd compile with GD 2.0.17+ (gdFreeFontCache() is not avaliable)

show more ...


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# b520c9d4 04-Nov-2003 Ilia Alshanetsky

Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).


12345678