summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Expand)AuthorAgeFilesLines
* Unicode support cleanupDmitry Stogov2005-08-231-22/+4
* Unicode supportDmitry Stogov2005-08-161-14/+42
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33210 (relax jpeg recursive loop protection).Ilia Alshanetsky2005-06-011-1/+1
* - Actuall the comments were correctMarcus Boerger2005-03-061-2/+2
* Fixed bug #29424 (width and height inverted for JPEG2000 files).Ilia Alshanetsky2005-03-061-1/+1
* Handle last or broken JP2 boxes correctly.Stefan Esser2005-03-011-0/+5
* - MFBMarcus Boerger2005-03-011-6/+6
* Fixed compiler warnings.Ilia Alshanetsky2005-02-271-1/+1
* - Little speed upMarcus Boerger2005-02-241-0/+7
* - This must be == 1Marcus Boerger2005-02-241-1/+1
* - Prevent superflous memory allocationMarcus Boerger2005-02-241-9/+12
* Additional safety checks.Ilia Alshanetsky2005-02-231-2/+8
* - Slightly redesignMarcus Boerger2005-02-231-8/+11
* Fixed bug #30281 (Prevent non-wbmp images from being detected as such).Ilia Alshanetsky2004-10-041-1/+1
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-09-251-3/+0
* - Added a notice to getimagesize in case zlib is not available and a compressedDerick Rethans2004-08-111-2/+5
* Fixed bug #29443 (Sanity check for wbmp detection).Ilia Alshanetsky2004-07-301-0/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Check validity of seeks.Marcus Boerger2003-12-151-23/+38
* Added image_type_to_extension() function.Ilia Alshanetsky2003-11-271-0/+43
* Bugfix #26216: ("getimagesize(): stream does not support seeking" whenMarcus Boerger2003-11-121-1/+1
* - Fixed bug #25581 (getimagesize () return incorrect values on bitmapMarcus Boerger2003-10-251-6/+17
* - Fixed bug #25211 (image.c compile failure with AIX)foobar2003-09-091-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* a little bit slower but somewhat tricky and more flexible and it does notMarcus Boerger2003-02-141-9/+11
* ws fixfoobar2003-02-131-2/+2
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-091-4/+4
* avoid warningsMarcus Boerger2003-02-011-1/+2
* @Added XBM support for GetImageSize(). (helly)Marcus Boerger2003-02-011-0/+76
* Fixed compiler warning.Ilia Alshanetsky2003-01-251-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-10/+0
* fix jp2 detection and add testfileMarcus Boerger2003-01-171-9/+6
* - corrected error in file detection for very small filesMarcus Boerger2003-01-161-42/+174
* Fix the ZTS build.foobar2003-01-091-1/+1
* Added support for WBMP images.Ilia Alshanetsky2003-01-081-0/+82
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Remove unnecessary code hereMarcus Boerger2002-12-051-8/+2
* Return FALSE on error as mentioned by John Coggeshall.Marcus Boerger2002-12-051-3/+6
* Do not register IMAGETYPE_SWC if zlib, which is needed for parsing of swcIlia Alshanetsky2002-11-191-0/+2
* Added colordepth for pngMarcus Boerger2002-11-181-1/+10
* Fixing unsigned/signed problems (and i thought about it before...)Marcus Boerger2002-11-181-4/+4
* - Remove outdated GPL clause; the file was totally rewrittenDerick Rethans2002-11-181-19/+1
* Make getimagesize more robust against corrupt filesMarcus Boerger2002-11-161-83/+73
* Data manipulation (for big endian transformation) should occur after theIlia Alshanetsky2002-11-121-2/+2
* Fixed prototype of image_type_to_mime_type(), bug #20094.Ilia Alshanetsky2002-11-081-1/+1
* Fixed a crash in image_type_to_mime_type(), when a non integer value isIlia Alshanetsky2002-11-071-2/+10
* Added additional handlers for compressed swf files, which requireIlia Alshanetsky2002-09-181-8/+49
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-0/+3
* php_error_docrefMarcus Boerger2002-08-241-3/+3