mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
-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:
parent
ca59cb7cf9
commit
0ecd2f0876
2 changed files with 629 additions and 661 deletions
1285
ext/exif/exif.c
1285
ext/exif/exif.c
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue