summaryrefslogtreecommitdiff
path: root/ext/standard/php_image.h
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* This cause some warning/error in AIXfoobar2003-02-031-1/+1
|
* @Added XBM support for GetImageSize(). (helly)Marcus Boerger2003-02-011-0/+1
|
* - corrected error in file detection for very small filesMarcus Boerger2003-01-161-0/+1
| | | | | | - JPEG 2000 support, mostly Adam Wright <adam@elysium.ltd.uk> @Enhanced jpeg 2000 support for GetImageSize(). (marcus, Adam Wright)
* Added support for WBMP images.Ilia Alshanetsky2003-01-081-0/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* register IMAGETYPE_<xxx> constants in image.c as they are neededMarcus Boerger2002-06-241-1/+3
| | | | | there.
* @GetImageSize now allways set fields unknown to 0 and new ImagetypeMarcus Boerger2002-06-241-1/+2
| | | | | @iff. (Marcus)
* -imagetype2mimetype renamed to image_type_to_mime_typeMarcus Boerger2002-06-231-2/+2
|
* -exif versionMarcus Boerger2002-06-221-0/+1
| | | | | | -missing constant (and notice) -corrected error messages
* @GetImageSize now returns additional index 'MimeType' and new functionMarcus Boerger2002-06-221-0/+4
| | | | | | | @imagetype2mimetype to convert php imagetypes to mime-types. (Marcus) #the reason why i export php_imagetype2mimetype is that i use that for #exif, too. Followup example will explain why.
* - Added support for compressed SWF (Flash MX) files to getimagesize().Derick Rethans2002-05-231-1/+2
| | | | | | (Fixes feature request #17272). @- Added support to getimagesize() for compressed Flash MX files. (Derick)
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
| | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-1/+1
|
* New PHP streams...Wez Furlong2002-03-151-1/+1
|
* -fixed bug 15174Marcus Boerger2002-03-121-2/+10
| | | | | | | -support for some broken jpegs: bug 13213 -better memory handling -initial jpeg2000 support (only jpc not jp2,jb2,jpx)
* Let getimagesize() and read_exif_data() share the same constants toRasmus Lerdorf2002-03-041-0/+16
| | | | | promote a little bit of code reuse here on two very similar problems.
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* newest GetImageSize renamed header-fileThies C. Arntzen1999-09-021-0/+26