Davejkane / riv

Riv - The Rust Image Viewer
MIT License
99 stars 10 forks source link

r -> RotateClockwise, R -> RotateAntiClockwise #77

Closed Davejkane closed 5 years ago

Davejkane commented 5 years ago

Goal

It should be possible to rotate images in 90 degree increments, clockwise with r, anti-clockwise with R

Implementation

gurgalex commented 5 years ago

@Davejkane

When rotating an image, did you want the zoom level to adjust if the rotated image will need a bigger zoom level to fit fully on the screen?

gurgalex commented 5 years ago

@Davejkane, are you still working on this?