safe icon indicating copy to clipboard operation
safe copied to clipboard

Some exif_* functions are missed

Open peter279k opened this issue 4 years ago • 1 comments

As title, some exif_* functions are missed.

These functions are as follows:

exif_imagetype('/not/found')
PHP Warning:  exif_imagetype(/not/found): failed to open stream: No such file or directory
exif_thumbnail('/path/to/image.jpg');
PHP Warning:  exif_thumbnail(): Unable to open file
PHP Warning:  exif_read_data(): Unable to open file 

References

  • https://www.php.net/manual/en/book.exif.php

peter279k avatar Mar 23 '20 14:03 peter279k

Any progress on this issue? A stumbled across the same problem a few minutes ago.

nagmat84 avatar Apr 30 '22 18:04 nagmat84