twistor / flysystem-stream-wrapper

Provides the ability to register Flysystem filesystems as stream wrappers.
MIT License
58 stars 19 forks source link

exif_read_data(): File not supported #10

Closed arabcoders closed 6 years ago

arabcoders commented 6 years ago

Hi,

im not sure why, but exif_read_data is unable to read stream wrapper data as valid file any clues on how to fix it?

twistor commented 6 years ago

Off the top of my head, no idea. What's the error?

arabcoders commented 6 years ago

hmm, im really not sure my log data says

E_WARNING was triggered. exif_read_data(): File not supported

/var/app/Resizer.php:161

twistor commented 6 years ago

Could be accessing a file that's not jpg or tiff?

arabcoders commented 6 years ago

Indeed it was PNG file

twistor commented 6 years ago

According to the documentation, only JEPG and TIFF are supported.