-
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
Support for rotate images #11
Comments
Rotate implementation from sharp: |
I will add it! Thanks! |
+1 on supporting rotation. I had planned to try and add support during our last hack days, but I ended up spending all my time working on my first Django ticket. |
Due to personal requirements, I've created my own Go package called All of my proposed features are now supported in |
We'd certainly entertain the idea of using |
@foresmac I completely agree with you. |
Yes I'm gonna add the support soon, I'm working on trimming which is a feature that I need in another project and I'm also working on improving performances and cpu/memory reduction (1st priority) |
Any progress on this issue? |
Firstly, thank you for this package.
It would be great if you can introduce support for images rotation. It can be done in VIPS.
Here is the API doc:
http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips/libvips-resample.html#vips-similarity
I think this is the only significant nice-to-have missing feature in the package
The text was updated successfully, but these errors were encountered: