Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#11877 closed defect (bug) (worksforme)

Resized Images lose their EXIF data

Reported by: thee17 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

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().

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.