php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 530 forks source link

Read Exif data from local files directly #741

Closed jorrit closed 3 years ago

jorrit commented 3 years ago

Reading the file data into memory is not needed for local files. This reduces memory consumption in ExifMetadataReader.

mlocati commented 3 years ago

Thanks!