Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - #36697, Transparency is lost when using imagecreatetruecolor | Pierre Joye | 2006-03-13 | 2 | -1/+32 |
| | |||||
* | - #36686, do not be quiet with the extern GD | Pierre Joye | 2006-03-10 | 1 | -0/+9 |
| | |||||
* | - MFH: add a weak/tolerant mode to the jpeg loader | Pierre Joye | 2006-02-05 | 3 | -14/+77 |
| | |||||
* | - include png.h prior php.h | Michael Wallner | 2006-01-27 | 1 | -0/+5 |
| | |||||
* | - MFH: add filter option to imagepng | Pierre Joye | 2006-01-27 | 4 | -16/+43 |
| | | | | | | - add constants PS: If someone can check why #include "png.h" fails, it will be cleaner | ||||
* | MFH: improve open_basedir checks in GD | Antony Dovgal | 2006-01-17 | 1 | -0/+2 |
| | |||||
* | - remove old return_long | Pierre Joye | 2006-01-17 | 1 | -1/+0 |
| | |||||
* | - return false on error | Pierre Joye | 2006-01-17 | 1 | -2/+6 |
| | |||||
* | - Returns FALSE on error, it is how it must work | Pierre Joye | 2006-01-17 | 1 | -0/+7 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 4 | -12/+12 |
| | |||||
* | Not a fatal error. | Ilia Alshanetsky | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | MFH: fix test | foobar | 2005-12-26 | 1 | -2/+2 |
| | |||||
* | - MFH: raise warnings instead of errors in colormatch | Pierre Joye | 2005-12-25 | 1 | -4/+4 |
| | |||||
* | - MFH: fix segfault/leak in imagecolormatch | Pierre Joye | 2005-12-25 | 3 | -0/+28 |
| | | | | | - MFH: test for imagecolormatch | ||||
* | Fixed uninitialized variable in a test. | Ilia Alshanetsky | 2005-12-17 | 1 | -0/+1 |
| | |||||
* | - MFH: | Pierre Joye | 2005-12-17 | 4 | -1/+112 |
| | | | | | | | | - fix leaks and wrong error when invalid/empty string are given to imagecreatefromstring - add test for imagecreatefromstring - add test for palettecopy | ||||
* | - MFH: no need to test if jpeg support exists | Pierre Joye | 2005-12-09 | 1 | -3/+0 |
| | |||||
* | - MFH, PNG compression support exposed | Pierre Joye | 2005-12-09 | 3 | -1/+39 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | change "-o" to "||" (fixes potential problems on weird systems where test ↵ | Antony Dovgal | 2005-11-29 | 1 | -5/+5 |
| | | | | doesn't support -o) | ||||
* | MFH: Fixed bad usage of php_checkuid() | foobar | 2005-11-02 | 1 | -1/+1 |
| | |||||
* | MFH: - Added missing safe-mode checks | foobar | 2005-11-01 | 3 | -18/+16 |
| | | | | | | | # Added by replacing the existing open_basedir checks with a macro # Also, the filename passed might be null, etc. so it's not very good # idea to pass to php_error_docref() (catch by Ilia) | ||||
* | MFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero) | Antony Dovgal | 2005-10-26 | 1 | -0/+4 |
| | |||||
* | - fix #34980, divisor and offset never passed correctly (s/float/double/) | Pierre Joye | 2005-10-25 | 1 | -1/+1 |
| | |||||
* | -fix build as shared or separate from main build (bfrance) | Pierre Joye | 2005-10-09 | 3 | -0/+12 |
| | |||||
* | MFH: Added missing safe_mode checks. | Ilia Alshanetsky | 2005-10-06 | 2 | -2/+2 |
| | |||||
* | - #33125, imagecopymergegray produces mosaic rainbow effect | Pierre Joye | 2005-09-30 | 1 | -4/+7 |
| | | | | | | at some point the alpha emulation formula has been broken restored. | ||||
* | - MFH #33220, infinite loop while loading invalid GIF (nlopees) | Pierre Joye | 2005-09-24 | 1 | -3/+3 |
| | |||||
* | MFH | foobar | 2005-08-18 | 10 | -88/+88 |
| | |||||
* | Missing entry | foobar | 2005-08-07 | 1 | -0/+1 |
| | |||||
* | Only link zlib if we dont compile it in (#3406) | Edin Kadribasic | 2005-08-06 | 1 | -1/+4 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 4 | -4/+4 |
| | |||||
* | Allow building gd on windows systems without t1lib (M. Sisolak) #33620 | Edin Kadribasic | 2005-08-01 | 1 | -4/+11 |
| | |||||
* | - fix #33794 imagerotate rotates only CCW | Pierre Joye | 2005-07-23 | 1 | -4/+6 |
| | | | | | introduced by transparent color patch | ||||
* | Fixed memory corruption. | Ilia Alshanetsky | 2005-06-16 | 1 | -2/+2 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -8/+8 |
| | |||||
* | gdImageGifCtx() is always available in bundled lib | Antony Dovgal | 2005-05-17 | 1 | -0/+1 |
| | |||||
* | - Install GD header files | foobar | 2005-05-07 | 1 | -0/+3 |
| | |||||
* | fix off-by-one in _php_image_output() | Antony Dovgal | 2005-05-06 | 1 | -1/+1 |
| | | | | | and prevent such errors in php_do_open_temporary_file() | ||||
* | - MFB: #32891, init old y positions to non possible values. -1 being used | Pierre Joye | 2005-05-01 | 1 | -2/+2 |
| | | | | | if the center start a (x,0) | ||||
* | - do not use md5, png signature can change between libpng version | Pierre Joye | 2005-04-25 | 2 | -5/+15 |
| | | | | | | some floating points issue can end to different colors (+/- 1/255) tests should work again now. | ||||
* | Added T1LIB support on Windows (#32809) | Edin Kadribasic | 2005-04-25 | 1 | -1/+5 |
| | |||||
* | - Fixed bug #32735 (Compile error in GD extension). | Derick Rethans | 2005-04-17 | 1 | -2/+1 |
| | |||||
* | - export imageconvolution to userland, making people happy to do not | Pierre Joye | 2005-04-16 | 2 | -0/+56 |
| | | | | | use the predefined ones :) | ||||
* | I think this is a cleaner emboss filter. Less fringing. | Rasmus Lerdorf | 2005-04-16 | 1 | -0/+5 |
| | |||||
* | The emboss and edge detection matrices are swapped | Rasmus Lerdorf | 2005-04-16 | 1 | -6/+6 |
| | |||||
* | fix memory corruption on 64bit in imagefttext(), | Andrey Hristov | 2005-04-10 | 1 | -1/+2 |
| | | | | | domdocument::load() and domdocument::loadxml() | ||||
* | - Make VC6 happy | foobar | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | Fix another title | foobar | 2005-04-03 | 1 | -1/+1 |
| |