WP_Image_Editor::maybe_exif_rotate()
Method: Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
Source: wp-includes/class-wp-image-editor.php:488
Method: Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
Source: wp-includes/class-wp-image-editor.php:488
Filter Hook: Filters the `$orientation` value to correct it before rotating or to prevent rotating the image.
Source: wp-includes/class-wp-image-editor.php:507
Method: Returns the default compression quality setting for the mime type.
Source: wp-includes/class-wp-image-editor.php:308
Filter Hook: Filters the image editor output format mapping.
Source: wp-includes/class-wp-image-editor.php:379
Class: Base image editor class from which implementations extend
Source: wp-includes/class-wp-image-editor.php:15
Filter Hook: Filters the default image compression quality setting.
Source: wp-includes/class-wp-image-editor.php:260
Method: Each instance handles a single file.
Source: wp-includes/class-wp-image-editor.php:31
Filter Hook: Filters the JPEG compression quality for backward-compatibility.
Source: wp-includes/class-wp-image-editor.php:279
Method: Checks to see if current environment supports the editor chosen.
Source: wp-includes/class-wp-image-editor.php:46
Method: Returns preferred mime-type and extension based on provided file’s extension and mime, or current file’s extension and mime.
Source: wp-includes/class-wp-image-editor.php:336