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 operation #14

Closed
kirillt opened this issue Nov 29, 2022 · 1 comment
Closed

Rotate operation #14

kirillt opened this issue Nov 29, 2022 · 1 comment
Labels

Comments

@kirillt
Copy link
Member

kirillt commented Nov 29, 2022

Any image must be possible to rotate:

  1. By fixed angle of 90/180 degrees.
  2. By arbitrary angle, user can rotate the picture using drag motion.

In any case, matrix transformation must be used. Any amount of rotations must be optimized into single rotation using matrix multiplication. This will preserve image quality as much as possible.

@kirillt
Copy link
Member Author

kirillt commented Apr 18, 2023

Related PRs: #24 and #33

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

1 participant