Commit d8adb83
authored
fix(iOS): preserve image orientation (#521)
# Summary
Fixes: #506
Fixes: #515
This PR adds preserving EXIF orientation for static images.
## Test Plan
Run reproduction steps from issues #506 and #515
The issues should not occur.
## Screenshots / Videos
Before:
https://github.com/user-attachments/assets/6232666e-e3a9-4a65-bbe6-1ee9cbc51d63
After:
https://github.com/user-attachments/assets/75b6176d-46c8-42af-aceb-69035dd47be1
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅ |
| Android | ❌ |
## Checklist
- [ ] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)1 parent 1b064b8 commit d8adb83
1 file changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
162 | 174 | | |
163 | 175 | | |
164 | 176 | | |
0 commit comments