Remove EXIF Data
surajsk1812 opened this issue · 1 comments
surajsk1812 commented
How to remove EXIF data and location data when we take picture using UnityNativeCamera/UnityNativeGallery plugin.
yasirkula commented
The only built-in solution is creating a Texture via LoadImageAtPath and then saving it via EncodeToPNG.