Glide HEIC/HEIF photos orientation issue
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**Glide Version**: 4.11
**Integration libraries**: OkHttp3-3.14.4
**Device/Android Version**: 10
**Issue details / Repro steps / Use case background**: I have some orientation issues when loading HEIC/HEIF format photos from local content uri (i.g. content://media/external/images/media/183) while Glide could handle loading same format of photos from remote uri without problem. Does anyone here know if this is a known issue? If so, does Glide have a plan to fix that? And is there anyone else facing the same issue?
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
GlideApp.with(getActivity()).load(localUri).transition(withCrossFade()).diskCacheStrategy(DiskCacheStrategy.NONE);
```
**Layout XML**:
```xml
```
**Stack trace / LogCat**:
```ruby
paste stack trace and/or log here
```
Contributor guide
Assessment
This issue has not been assessed yet.