acdh-oeaw / arche-core

MIT License
0 stars 1 forks source link

extract image dimensions and store them in the metadata #36

Open zozlak opened 3 months ago

zozlak commented 3 months ago

Implemented in 6ebb621c8d68b2a96e19a7cd4251f15614430de5

zozlak commented 3 months ago

The current implementation based on the getimagesize() fails for very large files. Imagick suffers from the same problem. exiftool works but is an external tool to be called as a separate process.