[wp-trac] [WordPress Trac] #28634: Upload images. does not clear Thumbnails metadata (+30kb from camera for each thumbnails)
WordPress Trac
noreply at wordpress.org
Wed Jul 2 12:30:08 UTC 2014
#28634: Upload images. does not clear Thumbnails metadata (+30kb from camera for
each thumbnails)
--------------------------+-----------------------------
Reporter: alexufo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Media | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
--------------------------+-----------------------------
Comment (by juliobox):
There is no capability here, just a filter to avoid that since the patch,
exif data are stripped down.
For the choice between imagic or GD2, yes :
{{{
$implementations = apply_filters( 'wp_image_editors', array(
'WP_Image_Editor_Imagick', 'WP_Image_Editor_GD' ) );
}}}
From https://core.trac.wordpress.org/browser/trunk/src/wp-
includes/media.php#L2481
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28634#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list