everestpipkin / image-scrubber

A friendly browser-based tool for anonymizing photographs taken at protests
https://everestpipkin.github.io/image-scrubber
MIT License
928 stars 82 forks source link

Flip image #30

Closed lonelymaw closed 4 years ago

lonelymaw commented 4 years ago

Current behavior

The image can currently be rotated in 90 degree increments, but it cannot be flipped.

Suggested behavior

I think it's likely users would want to flip images if they can rotate them as well. Having button(s) to do so horizontally and/or vertically could be useful.

everestpipkin commented 4 years ago

Rotation is to compensate for images that lose their orientation exif data - because flipping isn't denoted by exif I'm going to shelve it for now.

lonelymaw commented 4 years ago

@everestpipkin Ahh, got it! That makes a lot of sense.