[wp-trac] [WordPress Trac] #57975: Uploading iPhone JPG images with EXIF data causes unwanted file modifications.
WordPress Trac
noreply at wordpress.org
Sat Mar 25 13:39:21 UTC 2023
#57975: Uploading iPhone JPG images with EXIF data causes unwanted file
modifications.
----------------------------+----------------------
Reporter: hbaumhardt | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Filesystem API | Version: 6.1.1
Severity: normal | Resolution: wontfix
Keywords: close | Focuses:
----------------------------+----------------------
Changes (by hbaumhardt):
* status: reopened => closed
* resolution: => wontfix
Comment:
As this is going nowhere best close it.
An inelegant brute force solution to unnecessary and unwanted
EXIF.Orientation triggered image manipulation:
{{{
add_filter( 'wp_image_maybe_exif_rotate', '__return_null' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57975#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list