poppeman / Pictus

A simple image viewer and thumbnail shell extension
MIT License
100 stars 14 forks source link

Handle rotation and mirror/flip separately #40

Closed poppeman closed 9 years ago

poppeman commented 9 years ago

In order to fully support all kinds of EXIF orientations, Pictus must be able to flip/mirror rotated images. Rather than adding more states, it's probably a lot neater to split these two concepts.

poppeman commented 9 years ago

Actually scratch that. Might as well solve this properly later on with free rotation, scaling, etc.