-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Added image rotation functionality. Cleaned up repository to improve builds. #15
Conversation
Hi collin, Is there anyway you could build your module into a distribution zip with these changes. I really need the image rotation changes. I'm building an app and on android portrait images are showing as landscape. |
@jwogan5 |
Thanks for the link to the documentation. I haven't built a module yet but im looking forward to using the doc to build some other modules. I actually did find the link to collins build of 2.3.1 and it works great. https://github.com/collinprice/ti.imagefactory/releases |
Great to hear @jwogan5 |
how to rotate an image ? |
I am using an exif js file to get the rotation needed to flip the image correctly. Here is the code not including that library that I am using to rotate images. var rotate = 90; // Just a sample rotate integer degree. |
any chance you can share the exif js file with me and logic to use it ? |
Here is a gist I just created with the exif.js file and a sample.js file: |
awesome thanks ! working great |
@collinprice Hey man! I think it's about time to integrate this :-) Can you resolve the merge conflicts or should one of our devs help? |
@hansemannn Yay! I resolved the merge conflicts but it looks like travis failed for a different reason. |
Merging now and will adjust the version and changelog afterwards. Thank you @collinprice! :-) |
No description provided.