Opened 2 years ago
Closed 2 years ago
#630 closed defect (fixed)
Photo rotation issue
| Reported by: | daniloercoli | Owned by: | daniloercoli |
|---|---|---|---|
| Priority: | major | Milestone: | 2.6.5 |
| Component: | Media | Version: | 2.6.4 |
| Keywords: | Cc: | daniloercoli |
Description
The app should take in consideration the EXIF "orientation" field before sending the data of the image to the blog, and properly rotate the image to orientationUP.
At this moment the orientation data are partially used during resize, but only for internally purpose. the resized image is not rotated.
one more thing, the app doesn't copy the EXIF info when resizing (#285).
Change History (2)
comment:1 Changed 2 years ago by daniloercoli
- Cc daniloercoli added
comment:2 Changed 2 years ago by mrroundhill
- Resolution set to fixed
- Status changed from new to closed
Fixed after some tweaks from @daniloercoli.
Note: See
TracTickets for help on using
tickets.

added a function that handles photo rotation in [1406]. Should be tested on real devices to check if devices can rotate full size images (the rotate function could take too much memory for the operation)
http://core.trac.wordpress.org/ticket/14459