Index: class-wp-image-editor-imagick.php
===================================================================
--- class-wp-image-editor-imagick.php	(revision 28671)
+++ class-wp-image-editor-imagick.php	(working copy)
@@ -138,7 +138,9 @@
 		catch ( Exception $e ) {
 			return new WP_Error( 'invalid_image', $e->getMessage(), $this->file );
 		}
-
+		if ( ! apply_filters( 'keep_image_exif', true ) ) {
+			$this->image->stripImage();
+		}
 		$updated_size = $this->update_size();
 		if ( is_wp_error( $updated_size ) )
 				return $updated_size;
