php-imagine / Imagine

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

Allows for extra metadata sections to be read #700

Closed hermzz closed 5 years ago

hermzz commented 5 years ago

By setting them in the ExifMetadataReader constructor.

Fixes #568.

mlocati commented 5 years ago

What about simply reading all the available EXIF data?

hermzz commented 5 years ago

Yeah, why not? Makes more sense.

mlocati commented 5 years ago

Superseded by #701