-new working thumbnail code

-everything uses new data structures
-new function exif_thumbnail
#nearly stripped off all jhead code
@read_exif_data is now an alias for exif_read_data
@  important to differenciate old/new version for tests)
@new function exif_tagname returns the names of tags
@new function exif_thumbnail extracts embedded thumbnail (Marcus)
#switched to internal version 1.2
This commit is contained in:
Marcus Boerger 2002-03-06 09:31:32 +00:00
parent ca59cb7cf9
commit 0ecd2f0876
2 changed files with 629 additions and 661 deletions

File diff suppressed because it is too large Load diff

View file

@ -23,6 +23,7 @@
extern zend_module_entry exif_module_entry;
#define phpext_exif_ptr &exif_module_entry
PHP_FUNCTION(read_exif_data);
PHP_FUNCTION(exif_headername);
PHP_FUNCTION(exif_read_data);
PHP_FUNCTION(exif_tagname);
PHP_FUNCTION(exif_thumbnail);
#endif