Closed kmnaseef closed 1 year ago
Possible to share one of your images so that I can test?
Hi, Did you check this?
Yep. SubSamplingImage
will need a way to manually rotate images by reading exif information. I'm traveling until mid July. Can try implementing this afterwards.
ok
This is now fixed. Wanna try out 0.5.0-SNAPSHOT
until a stable version is released?
Thanks for reporting!
Thank you very much bro
how i get the 0.5.0-SNAPSHOT?
Snapshot versions are hosted on a separate maven repository which will need to be added to your buildscript:
repositories {
google()
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
checked. working. thanks.
Hi, Thanks for the library. my images orientation is not correct. how i fix using Exif data ?