You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm looking for a way to rotate an image using the exif data before parsing it to base64 for upload.
I.e. using an image that has exif orientation data, I'd like to rotate the image according to the orientation data, strip away the orientation data (since it's no longer valid) and then parse the result to base64.
The text was updated successfully, but these errors were encountered:
Hi,
I'm looking for a way to rotate an image using the exif data before parsing it to base64 for upload.
I.e. using an image that has exif orientation data, I'd like to rotate the image according to the orientation data, strip away the orientation data (since it's no longer valid) and then parse the result to base64.
The text was updated successfully, but these errors were encountered: