Changes between Initial Version and Version 1 of Ticket #5089, comment 5
- Timestamp:
- 07/09/2013 04:28:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5089, comment 5
initial v1 1 WP rejiggles the image meta data into it's own array and drops the efix data which is not need in most uses . The problem is you have to get efix meta data from raw image so it needs to be read at the upload point. This is actually a bug in mobile safari's upload process. Native apps using iOS media upload switches orientation for you. Apple half assed it.1 WP rejiggles the image meta data into it's own array and drops the efix data which is not need in most uses and is not even included most images. The problem is you have to get efix meta data from raw image so it needs to be read at the upload point. This is actually a bug in mobile safari's upload process. Native apps using iOS media upload switches orientation for you. Apple half assed it. 2 2 3 3 I uploaded a new bp-core-avatars that suppresses php warning on images without efix data.