Antony Dovgal
7bf63ad49b
improve open_basedir checks in GD
2006-01-17 23:49:14 +00:00
Pierre Joye
2179e33f14
- MFB: imagecolorallocate* returns false on error
2006-01-17 16:34:58 +00:00
foobar
251c5173fd
bump year and license version
2006-01-01 13:10:10 +00:00
Pierre Joye
e45ec1e460
- ensure that x1<x2 or y1<y2
2005-12-30 09:53:05 +00:00
Pierre Joye
3afdc2e490
- add some basic optimisations, usefull when you draw many horizontal or
...
vertical lines like in charts
2005-12-30 01:19:32 +00:00
Ilia Alshanetsky
1da0da0986
MFB51: Not a fatal error.
2005-12-29 22:00:09 +00:00
Pierre Joye
180aa52fea
- remove HAVE_LIBGD20, we support only 2.0+ now
...
(some were removed by my previous commit)
2005-12-27 00:16:05 +00:00
Pierre Joye
7261a0317b
- silent compile warning introduced by previous commit
2005-12-27 00:11:16 +00:00
Pierre Joye
954a2823a6
- HAVE_GD_DYNAMIC_CTX_EX, always defined
2005-12-26 21:46:56 +00:00
Pierre Joye
53973f97d0
- check for jpeg support
2005-12-26 21:41:37 +00:00
Pierre Joye
422d9180d1
- remove HAVE_LIBGD204, always set
2005-12-26 20:44:19 +00:00
Pierre Joye
efcdf4ea4d
- remove USE_GD_IOCTX, both bundled and extern lib use IOCTX
2005-12-26 20:34:42 +00:00
Pierre Joye
f728cb07e6
- basic gif i/o test
2005-12-26 19:11:51 +00:00
foobar
4cbffe865e
fix test
2005-12-26 18:30:12 +00:00
Pierre Joye
7074d0c2bf
- imagetypes test
...
- copyresized title
2005-12-26 17:15:51 +00:00
Pierre Joye
ab24e85893
- copyresized basic test
...
more once imagediff is available
2005-12-26 12:05:36 +00:00
Pierre Joye
5f018ca382
- add colorclosestalpha tests
2005-12-25 22:02:53 +00:00
Pierre Joye
1b6d773657
- add colorresolvealpha to colorresolve tests
...
- update colormatch
2005-12-25 21:45:04 +00:00
Pierre Joye
76f28deeeb
- raise warning instread of errors in colormatch
2005-12-25 20:32:25 +00:00
Pierre Joye
65df8e80ea
- fix leak/segfaults in imagecolormatch
...
- add tests for imagecolorexact and imagecolormatch
The later is only about the segv
2005-12-25 19:21:58 +00:00
Pierre Joye
49f0d6b8c2
- add truecolortopallete and istruecolor test
...
- titles for colorclosest/resolve...
2005-12-24 14:05:20 +00:00
Pierre Joye
439eaf24d6
- fix titles
...
- function check
2005-12-24 14:01:54 +00:00
Pierre Joye
2ca0c5abb7
- remove HAVE_GDIMAGECOLORRESOLVE here too (w32)
2005-12-22 23:25:06 +00:00
Pierre Joye
c13515dd1f
- add tests for:
...
- imagecolorclosest
- imagecolorresolve
- imagecopy
- imageline
-imagesetstyle and dashed line
- remove HAVE_GDIMAGECOLORRESOLVE, always present
2005-12-22 23:22:26 +00:00
Ilia Alshanetsky
1014cb28c2
MFB51: Fixed uninitialized variable in a test.
2005-12-17 19:58:02 +00:00
Pierre Joye
4abc190946
- remove HAVE_LIBGD15, always set
2005-12-16 19:21:55 +00:00
Pierre Joye
cc938b5df0
- fix leaks and wrong error when invalid/empty string are given to
...
imagecreatefromstring
- add test for imagecreatefromstring
- add test for palettecopy
2005-12-16 19:02:07 +00:00
Pierre Joye
366f2ee161
- adieu HAVE_LIBGD13
...
- add imagecolorat tests (truecolor and palette)
2005-12-16 17:02:30 +00:00
Pierre Joye
ca7270ffa2
- add wbmp read/write tests
...
- remove HAVE_GD_WBMP, always available
2005-12-14 22:33:34 +00:00
Pierre Joye
aa3fe56fb9
- correct title
2005-12-14 19:50:42 +00:00
Pierre Joye
0ab721ab1d
- remove HAVE_GD_GD2 on windows as well
2005-12-14 19:12:57 +00:00
Pierre Joye
5436f9f38d
- remove HAVE_GD_GD2, always valid now (2.0.33 or bundled)
2005-12-14 19:10:52 +00:00
Pierre Joye
e2091ad9ea
- tests for imagecreatefromgd2 and gd2part
2005-12-14 19:00:28 +00:00
Pierre Joye
183a717c70
- no need to test if jpeg support exists
2005-12-09 18:16:21 +00:00
Pierre Joye
8b81d9279f
- MFB: test for compression mode in imagepng
2005-12-09 18:14:12 +00:00
foobar
a208d9a966
- Nuke php3 legacy
2005-12-06 02:28:26 +00:00
foobar
acf2ab661a
nuke php3 legacy
2005-12-06 01:26:39 +00:00
foobar
6f8644ce1e
php3 is dead
2005-12-04 23:27:23 +00:00
foobar
cfaa455272
- More cleanups.
...
# Pierre: Check the convenient list of unnecessary defines in config.m4
# (search for FIXME :)
2005-12-01 00:36:26 +00:00
Pierre Joye
6160b285f7
- minor version is 0
2005-11-30 17:33:27 +00:00
Pierre Joye
ead45ca2f6
- use gdlib-config
...
- bump to 2.0.33 for now, most stable release and closer from the phpgd
this is only about config.m4, sources cleanup will follow the additions
of various tests.
2005-11-30 15:59:07 +00:00
foobar
0c2f3ea24e
- Fix bad usage of php_checkuid()
2005-11-02 21:26:08 +00:00
foobar
60084a7507
*** empty log message ***
2005-11-01 17:04:29 +00:00
Pierre Joye
0a160d3459
- MFB #34980 , divisor and offset never passed correctly (s/float/double/)
2005-10-27 11:07:39 +00:00
Antony Dovgal
5f7baf7312
fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero)
2005-10-26 21:35:56 +00:00
Pierre Joye
d8b5fb88cd
- add compression mode argument to imagepng
...
(MFH to 5.1?)
2005-10-08 19:29:04 +00:00
Ilia Alshanetsky
37a1bb6f52
Added missing safe_mode checks.
2005-10-06 20:37:25 +00:00
Pierre Joye
9688e4017b
- remove gdttf
2005-10-02 18:31:37 +00:00
Pierre Joye
918b48839b
- ft1 support remove, #2 , gdttf.*
2005-10-02 18:06:13 +00:00
Pierre Joye
9c6a41fbdb
- drop freetype1 support
2005-10-02 18:01:51 +00:00