diff options
author | Marcus Boerger <helly@php.net> | 2002-03-12 06:14:45 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-03-12 06:14:45 +0000 |
commit | 06a242169cbf9b0774ceba8305b99e9e850abc77 (patch) | |
tree | fa0c82cae69b54ae70c0c3a5305644019ae8ecb2 /ext/exif/php_exif.h | |
parent | e39dcad91a8d4b437c3fe1bdb383a4b9c4c0ed78 (diff) | |
download | php-git-06a242169cbf9b0774ceba8305b99e9e850abc77.tar.gz |
-support for array tags
-better memory handling
-support for thumbnails in TIFF format
-new functions exif_imagetype
@-new function exif_imagetype
@-exif_thumbnail fupports thumbnails in TIFF format and can return size
@ of thumbnail
Diffstat (limited to 'ext/exif/php_exif.h')
-rw-r--r-- | ext/exif/php_exif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h index 29f5fb2ceb..c15728414e 100644 --- a/ext/exif/php_exif.h +++ b/ext/exif/php_exif.h @@ -26,4 +26,5 @@ extern zend_module_entry exif_module_entry; PHP_FUNCTION(exif_read_data); PHP_FUNCTION(exif_tagname); PHP_FUNCTION(exif_thumbnail); +PHP_FUNCTION(exif_imagetype); #endif |