Narrat / Pim

PyGObject based image viewer with vim-like keybindings
MIT License
28 stars 9 forks source link

rotation lock #9

Closed aeosynth closed 8 years ago

aeosynth commented 8 years ago

persist the rotation state for all images

Narrat commented 8 years ago

On first thought it seems kinda difficult, because PyGI didn't allow to rotate animations.

aeosynth commented 8 years ago

if you're exempting animations from rotating, keep exempting them, and lock everything else

Narrat commented 8 years ago

Currently I intend it to implement it like zoom lock, so any favoured key to use?

aeosynth commented 8 years ago

idk, maybe Ctrl-r

Narrat commented 8 years ago

Pushed to an extra branch the current WIP Existing quirks.

I hope pygi offers a function to get how many times a picture got rotated. Would make this a whole lot easier. But I still need to take a look

Edit: Doesn't seem to be the case. Just a function to get rotation from exif data

Narrat commented 8 years ago

Added via d9376e8