Short description of the issue
Image resizer doesn't preserve image's EXIF data (capture date, place, camera info, ...).
Expected behavior
Resized image inherits all the relevant EXIF data.
Actual behavior
The resized image has all the EXIF data removed like a completely new image.
Steps to reproduce the issue
- Create image field
- Set maximum dimesions (maybe enable client side resizing)
- Upload image with EXIF data set
- Download the uploaded image and compare it's EXIF data with the original one.
Setup/Environment
- ProcessWire version: 3.0.70
- (Optional) PHP version: 5.6
Short description of the issue
Image resizer doesn't preserve image's EXIF data (capture date, place, camera info, ...).
Expected behavior
Resized image inherits all the relevant EXIF data.
Actual behavior
The resized image has all the EXIF data removed like a completely new image.
Steps to reproduce the issue
Setup/Environment