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
Method: Saves current image to file.
Source: wp-includes/class-wp-image-editor.php:95
Method: Builds and returns proper suffix for file based on height and width.
Source: wp-includes/class-wp-image-editor.php:472
Method: Resizes current image.
Source: wp-includes/class-wp-image-editor.php:112
Method: Either calls editor’s save function or handles file as a stream.
Source: wp-includes/class-wp-image-editor.php:568
Method: Resize multiple images from a single source.
Source: wp-includes/class-wp-image-editor.php:131
Method: Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:609