Hi,
I want to ask how the upload widget handles the image meta data.
1. Does the widget add related meta-data to the image, such as GPS location (if active), etc.
2. Does the Image Utils component retain this meta data once it is processed?
Any assistance would be much appreciated.
Kind regards,
Heinri
1. Upload widget only has Filename, Filetype AFAIK.
2. Image Utils only read orientation EXIF tag on source image, and resulting image does not retain any metadata.
Maybe you can find EXIF reading tools on Forge, or Javascript library.
Hi Harlin,
Perfect, thank you for your reply. I will go look for an appropriate way to handle the EXIF data.
Regards,