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

API request: clip.rotate #105

Closed
clauswilke opened this issue Dec 12, 2014 · 1 comment
Closed

API request: clip.rotate #105

clauswilke opened this issue Dec 12, 2014 · 1 comment

Comments

@clauswilke
Copy link

Hello,

I can currently do something like clip.resize(width=500) instead of clip.fx( vfx.resize, width= 500), but I cannot do clip.rotation(angle=90), I have to do clip.fx( vfx.rotation, angle=90). I think rotation is a sufficiently common operation that it should be implemented.

Also, I think the function should be called rotate not rotation. All the other fx fuctions are named after actions, such as resize, flip, crop, etc.

@Zulko
Copy link
Owner

Zulko commented Dec 16, 2014

Good point, thanks for the feedback. It's done.

@Zulko Zulko closed this as completed Dec 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants