angular-base64-upload icon indicating copy to clipboard operation
angular-base64-upload copied to clipboard

Rotate image before parsing using exif data

Open martinkrulltott opened this issue 7 years ago • 1 comments

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.

martinkrulltott avatar Apr 20 '17 04:04 martinkrulltott

You can use the Custom Parser functionality found in the README.

adonespitogo avatar Apr 20 '17 23:04 adonespitogo