CatimaLoyalty / Android

Catima, a Loyalty Card & Ticket Manager for Android
https://catima.app
GNU General Public License v3.0
809 stars 146 forks source link

Support for cropping/straightening images #372

Closed TheLastProject closed 2 years ago

TheLastProject commented 3 years ago

(As asked through email)

It would be nice if Catima let you straighten and crop the card images

Kethen commented 2 years ago

for cropping

https://github.com/ArthurHub/Android-Image-Cropper

chaining this right after either camera or image picker activity comes back should work rather nicely

not sure what straightening means however

TheLastProject commented 2 years ago

That library looks nice

not sure what straightening means however

Just rotating pretty much, which the library seems to support

TacoTheDank commented 2 years ago

@TheLastProject I'd recommend using https://github.com/CanHub/Android-Image-Cropper instead, as it's a maintained fork of the above with important bugfixes for newer Android versions and whatnot.

TheLastProject commented 2 years ago

@TacoTheDank This is currently being implemented in #559 using https://github.com/Yalantis/uCrop