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 images #53

Open
onneze opened this issue Jan 23, 2018 · 1 comment
Open

Rotate images #53

onneze opened this issue Jan 23, 2018 · 1 comment

Comments

@onneze
Copy link

onneze commented Jan 23, 2018

How I can rotate uploaded images?

@bscheshirwork
Copy link
Contributor

I think this is not implemented.
Also we can add some "sizes" with rotated images

https://imagine.readthedocs.io/en/master/usage/introduction.html
compare with config:

             'versions' => [
                 'small' => function ($img) {
                     /** @var \Imagine\Image\ImageInterface $img */
                     return $img
                         ->copy()
                         ->thumbnail(new \Imagine\Image\Box(200, 200));
                 },

Or add your own actions for this.

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