Commit Graph

968 Commits

Author SHA1 Message Date
Rafael Machado Dohms
74e4637e38 Adding tests for imagesetthickness, basic and errors for both params, and complementing imagetruecolortopalette with out of bound params 2009-07-24 03:06:05 +00:00
Rafael Machado Dohms
75550d8aae Removing deprecated test replaced by individual tests for imageistruecolor and imagetruecolortopalette 2009-07-20 03:48:55 +00:00
Rafael Machado Dohms
bc342035ca Separating and complementing imageistruecolor and imagetruecolortopalette tests 2009-07-20 03:47:29 +00:00
Rafael Machado Dohms
eb33cd0070 Adjusting tests to use EXPECTF (faster testing) and adjusting 5_2 version to lack of parameter validation 2009-07-19 22:16:35 +00:00
Rafael Machado Dohms
4c0885dcd8 Adding tests for imagecreatetruecolor for PHP_5_2 and trunk 2009-07-19 01:44:19 +00:00
andy wharmby
62945b541a Fix test 2009-07-09 11:45:37 +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
Felipe Pena
f06342f3b5 - Fixed previous fix 2009-07-01 12:06:27 +00:00
Felipe Pena
86514c4102 - Fixed memory leak 2009-07-01 12:04:05 +00:00
Felipe Pena
9d6c4888bc - Fixed tests 2009-07-01 12:02:45 +00:00
Felipe Pena
9c916aa98c - Fixed tests 2009-07-01 02:32:10 +00:00
Felipe Pena
51b78f6306 - New tests (SaoPaulo UG testfest) 2009-07-01 00:51:26 +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
Kalle Sommer Nielsen
6442cfaaf6 Fix memleak 2009-06-19 22:12:20 +00:00
Kalle Sommer Nielsen
8a84716527 * Cast long to float in the T1* functions, we don't loose any data here
* Fix min/max redefs
2009-05-29 00:18:53 +00:00
Kalle Sommer Nielsen
9cc941b31a zstr should be used here, this nukes another compiler warning 2009-05-28 20:53:09 +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
eb5dc8f1aa - gd_filter.c 2009-05-26 19:43:11 +00:00
Pierre Joye
c2577075ad - add gd_arc to w32 script 2009-05-26 19:42:19 +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
1dd3916370 - missed this part 2009-05-26 14:48: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
Pierre Joye
8c4852a459 - always add libgd/ 2009-05-26 08:53:03 +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
0e1c4f1992 - fix build 2009-04-07 10:34:37 +00:00
Pierre Joye
aee2145f93 - not necessary 2009-04-07 10:04:52 +00:00
Pierre Joye
f20371a7a5 - only gd2+ is supported, no need of this check. (sidenote: PHP_CHECK_LIBRARY seems to use some weird flags (like -lidn in this case)) 2009-04-07 09:53:01 +00:00
Pierre Joye
3bbe4107e2 - MFB:
- #47812, undefined symbol: gdJpegGetVersionInt
 - #46015, Build fails with system gd
 - enable gd_compat when built using system's gd
2009-04-07 09:44:21 +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
Pierre Joye
d357aaf591 - nuke unused var 2009-04-06 11:37:51 +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
Pierre Joye
3e983c6b94 - MFB: silent warning 2009-03-31 18:08:12 +00:00
Pierre Joye
05f342c805 - check in the libpng dir as well 2009-03-29 14:01:15 +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
7d91684a11 fix test to follow #47757 2009-03-25 15:25:05 +00:00
Pierre Joye
3f3b86fac2 - MFB: #47757 rename JPG to JPEG in phpinfo 2009-03-24 09:42:49 +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
Scott MacVicar
43842949b7 Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:44 +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