blueimp / JavaScript-Load-Image

Load images provided as File or Blob objects or via URL. Retrieve an optionally scaled, cropped or rotated HTML img or canvas element. Use methods to parse image metadata to extract IPTC and Exif tags as well as embedded thumbnail images, to overwrite the Exif Orientation value and to restore the complete image header after resizing.
https://blueimp.github.io/JavaScript-Load-Image/
MIT License
4.45k stars 922 forks source link

how to show the exif_data with multiple selected photos #132

Closed ieraora closed 3 years ago

ieraora commented 3 years ago

i am successfully using blueimp_to_upload photos to the server. now i would like how to extract and show exif metadata (example ExifIFDPointer). i saw that the new version allows you to view the exif_data for single photos only. How can I view the exif_data of multiple selected photos?

Kind regards

blueimp commented 3 years ago

Please have a look here on how to use the library: https://github.com/blueimp/JavaScript-Load-Image#usage