#11877 closed defect (bug) (worksforme)
Resized Images lose their EXIF data
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 3.0 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
The thumbnail, and medium re-sized images do not keep EXIF data of the original image.
Change History (2)
- Milestone Unassigned deleted
- Resolution set to worksforme
- Status changed from new to closed
comment:2
miqrogroove — 3 years ago
I don't agree with scribu on this one, but since the PHP Exif library is read-only, there's really nothing that can be done reasonably to fix that bug.
Note: See
TracTickets for help on using
tickets.

The EXIF data is stored in the database, so you don't need to keep it in each image size.
See wp_get_attachment_metadata().