Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotate image before parsing using exif data #96

Open
martinkrulltott opened this issue Apr 20, 2017 · 1 comment
Open

Rotate image before parsing using exif data #96

martinkrulltott opened this issue Apr 20, 2017 · 1 comment
Labels

Comments

@martinkrulltott
Copy link

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.

@adonespitogo
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants