summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Collapse)AuthorAgeFilesLines
* - #36697, Transparency is lost when using imagecreatetruecolorPierre Joye2006-03-132-1/+32
|
* - #36686, do not be quiet with the extern GDPierre Joye2006-03-101-0/+9
|
* - MFH: add a weak/tolerant mode to the jpeg loaderPierre Joye2006-02-053-14/+77
|
* - include png.h prior php.hMichael Wallner2006-01-271-0/+5
|
* - MFH: add filter option to imagepngPierre Joye2006-01-274-16/+43
| | | | | | - add constants PS: If someone can check why #include "png.h" fails, it will be cleaner
* MFH: improve open_basedir checks in GDAntony Dovgal2006-01-171-0/+2
|
* - remove old return_longPierre Joye2006-01-171-1/+0
|
* - return false on errorPierre Joye2006-01-171-2/+6
|
* - Returns FALSE on error, it is how it must workPierre Joye2006-01-171-0/+7
|
* bump year and license versionfoobar2006-01-014-12/+12
|
* Not a fatal error.Ilia Alshanetsky2005-12-291-1/+1
|
* MFH: fix testfoobar2005-12-261-2/+2
|
* - MFH: raise warnings instead of errors in colormatchPierre Joye2005-12-251-4/+4
|
* - MFH: fix segfault/leak in imagecolormatchPierre Joye2005-12-253-0/+28
| | | | | - MFH: test for imagecolormatch
* Fixed uninitialized variable in a test.Ilia Alshanetsky2005-12-171-0/+1
|
* - MFH:Pierre Joye2005-12-174-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 existsPierre Joye2005-12-091-3/+0
|
* - MFH, PNG compression support exposedPierre Joye2005-12-093-1/+39
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-061-2/+2
|
* change "-o" to "||" (fixes potential problems on weird systems where test ↵Antony Dovgal2005-11-291-5/+5
| | | | doesn't support -o)
* MFH: Fixed bad usage of php_checkuid()foobar2005-11-021-1/+1
|
* MFH: - Added missing safe-mode checksfoobar2005-11-013-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 Dovgal2005-10-261-0/+4
|
* - fix #34980, divisor and offset never passed correctly (s/float/double/)Pierre Joye2005-10-251-1/+1
|
* -fix build as shared or separate from main build (bfrance)Pierre Joye2005-10-093-0/+12
|
* MFH: Added missing safe_mode checks.Ilia Alshanetsky2005-10-062-2/+2
|
* - #33125, imagecopymergegray produces mosaic rainbow effectPierre Joye2005-09-301-4/+7
| | | | | | at some point the alpha emulation formula has been broken restored.
* - MFH #33220, infinite loop while loading invalid GIF (nlopees)Pierre Joye2005-09-241-3/+3
|
* MFHfoobar2005-08-1810-88/+88
|
* Missing entryfoobar2005-08-071-0/+1
|
* Only link zlib if we dont compile it in (#3406)Edin Kadribasic2005-08-061-1/+4
|
* - Bumber up yearfoobar2005-08-034-4/+4
|
* Allow building gd on windows systems without t1lib (M. Sisolak) #33620Edin Kadribasic2005-08-011-4/+11
|
* - fix #33794 imagerotate rotates only CCWPierre Joye2005-07-231-4/+6
| | | | | introduced by transparent color patch
* Fixed memory corruption.Ilia Alshanetsky2005-06-161-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-8/+8
|
* gdImageGifCtx() is always available in bundled libAntony Dovgal2005-05-171-0/+1
|
* - Install GD header filesfoobar2005-05-071-0/+3
|
* fix off-by-one in _php_image_output()Antony Dovgal2005-05-061-1/+1
| | | | | and prevent such errors in php_do_open_temporary_file()
* - MFB: #32891, init old y positions to non possible values. -1 being usedPierre Joye2005-05-011-2/+2
| | | | | if the center start a (x,0)
* - do not use md5, png signature can change between libpng versionPierre Joye2005-04-252-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 Kadribasic2005-04-251-1/+5
|
* - Fixed bug #32735 (Compile error in GD extension).Derick Rethans2005-04-171-2/+1
|
* - export imageconvolution to userland, making people happy to do notPierre Joye2005-04-162-0/+56
| | | | | use the predefined ones :)
* I think this is a cleaner emboss filter. Less fringing.Rasmus Lerdorf2005-04-161-0/+5
|
* The emboss and edge detection matrices are swappedRasmus Lerdorf2005-04-161-6/+6
|
* fix memory corruption on 64bit in imagefttext(),Andrey Hristov2005-04-101-1/+2
| | | | | domdocument::load() and domdocument::loadxml()
* - Make VC6 happyfoobar2005-04-101-1/+1
|
* Fix another titlefoobar2005-04-031-1/+1
|