1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

272 Commits

Author SHA1 Message Date
Takeshi Abe e03c60f064 fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon) 2010-01-20 09:39:06 +00:00
Takeshi Abe cadb49463c imagepolygon() and imagefilledpolygon() does not allow negative number of points causing invalid allocation 2010-01-14 11:11:56 +00:00
Takeshi Abe 4ad43efcb4 removed an unused variable 2010-01-13 06:55:03 +00:00
Pierre Joye 9d15e95575 - use png_sig_cmp to support libpng 1.4, old is deprecated already in older version 2010-01-10 02:13:45 +00:00
Takeshi Abe 9a73e1c2bf Bug #49600 (imageTTFText text shifted right)
- fix difference of horizontal position between imagettftext() and imagettfbbox()
2010-01-08 12:18:52 +00:00
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Takeshi Abe 06c411b9ef Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails 2009-11-01 05:04:35 +00:00
Pierre Joye 6e1f999423 - check max colors while loading gd2 palette image (patch by Tomas Hoger) 2009-10-12 10:01:37 +00:00
Pierre Joye e5f4d5841e - Fix sanity check for the color index in imagecolortransparent 2009-09-03 09:45:56 +00:00
Ilia Alshanetsky d24d6a449e MFB: Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration) 2009-08-09 13:16:21 +00:00
Kalle Sommer Nielsen eb3a724441 Fixed bug #42434 (ImageLine w/ antialias = 1px shorter)
- patch by wojjie at gmail dot com
2009-07-28 20:35:06 +00:00
Takeshi Abe 2d2f18dedc fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox) 2009-07-27 15:02:15 +00:00
Pierre Joye b4dac2a738 - WS 2009-07-07 10:54:36 +00:00
Pierre Joye eac9477b5b - MF53: #45905, imagefilledrectangle() clipping error 2009-07-07 10:50:06 +00:00
Pierre Joye f4aa4c3272 - MF53: license for libgd 2009-06-24 11:47:46 +00:00
Takeshi Abe 8990a91fd7 fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) 2009-06-21 05:59:25 +00:00
Pierre Joye 37eb8162a1 - MFB: fix build 2009-05-28 11:50:15 +00:00
Pierre Joye af3ec48bb6 - fix build on unix with bundled gd 2009-05-27 13:56:08 +00:00
Pierre Joye e6a7960d30 - [DOC] always enable imagecolormatch 2009-05-27 08:12:07 +00:00
Pierre Joye fd8095a2eb - [DOC] always enable imagerotate (using bundled or system gd) 2009-05-27 07:16:55 +00:00
Pierre Joye 66c3885647 - silent warnings 2009-05-26 19:56:17 +00:00
Pierre Joye 01a4bbda88 - remove filters function in the main file (see gd_filter.c) 2009-05-26 19:45:38 +00:00
Pierre Joye eeebbb8ae0 - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...) 2009-05-26 19:34:18 +00:00
Pierre Joye c62cb674f1 - MFB: [DOC] always enable imagefilter and imageconvolution, even when built against system's gd 2009-05-26 14:26:39 +00:00
Kalle Sommer Nielsen 22a73c6197 Use correct data types here, and gdImageSaveAlpha for the alpha flag 2009-04-25 06:20:26 +00:00
Takeshi Abe b6b8240fb3 check non-null before any use. 2009-04-23 16:25:17 +00:00
Ilia Alshanetsky 0bb885a441 MFB: Fixed bug #47946 (ImageConvolution overwrites background) 2009-04-12 14:45:05 +00:00
Pierre Joye 855da166ef - missing implementation gdJpegGetVersionString (thanks Rob) 2009-04-07 13:07:04 +00:00
Pierre Joye 086765ff17 - MFB: initial import, support for external gd library while keeping bug fixes or features (more will be activated later) 2009-04-07 09:43:53 +00:00
Takeshi Abe a6ef4675fb replaced static gdPngJmpbufStruct, which is afraid of being shared with
several threads, by a couple of auto variables.
2009-04-01 16:05:17 +00:00
Takeshi Abe cd31aa574b MFB: #43073, TrueType bounding box is wrong for angle<>0 2009-03-25 16:15:18 +00:00
Takeshi Abe 27cf6d587f Fixed libgd #186 (Tiling true colour with palette image does not work) 2009-03-18 15:29:56 +00:00
Takeshi Abe c1b257fc45 Fixed bug #45799 (imagepng() crashes on empty image) 2009-03-14 16:06:57 +00:00
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Takeshi Abe 95651ba360 fixed typos 2009-02-13 16:02:46 +00:00
Takeshi Abe 4c0cbee415 - fixed memory leaks in gdImageCreateFromXpm()
- dropped unused codes
2009-02-11 17:56:17 +00:00
Takeshi Abe 9874bacbc9 optimization via the row-major order. 2009-02-11 16:30:48 +00:00
Takeshi Abe a98959be35 fixed the bug of libgd #191 (A circle becomes square) 2009-01-19 15:41:15 +00:00
Takeshi Abe 1b9910b645 added pixelate filter. 2009-01-14 18:57:51 +00:00
Pierre Joye 431596f203 - [DOC] support for PNG gray levels+ alpha image, loaded as truecolor 2009-01-14 10:16:42 +00:00
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Scott MacVicar 29ab16ee67 Fix segfault and potential security issue in imagerotate(). 2008-12-10 13:30:12 +00:00
Pierre Joye a5368aeb73 - MFH:
- Fix linux build (static)
 - add gd[Format]Version[Int|String] first methods to work around the png
   header issues
2008-11-06 10:23:52 +00:00
Rasmus Lerdorf f5dc937a0d Fix for bug #45030 2008-07-31 09:23:59 +00:00
Pierre Joye fa3f2f7ead - MFB: #43790, fix crash when no family name has been found 2008-01-09 01:52:03 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Mattias Bengtsson 7e0ca9e1d7 -MFB, Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd) 2007-11-04 23:57:07 +00:00
Mattias Bengtsson f2b8a75004 -MFB, Be paranoid and dont allow multiplication with zero 2007-10-23 01:58:41 +00:00
Pierre Joye 32a5a95752 - MFB 2007-09-11 21:31:14 +00:00
Pierre Joye 9dfdaac244 - MFB:
- gdImageTileApply does not respect transparent color
 - gdImageArc regression
 - Alpha channel support for gdImageColor (IMG_FILTER_COLORIZE)
2007-09-11 21:07:04 +00:00