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.
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?
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