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.