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:404
Method: Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
Source: wp-includes/class-wp-image-editor.php:404
Filter Hook: Filters the `$orientation` value to correct it before rotating or to prevemnt rotating the image.
Source: wp-includes/class-wp-image-editor.php:423
Method: Gets the Image Compression quality on a 1-100% scale.
Source: wp-includes/class-wp-image-editor.php:210
Filter Hook: Filters the default image compression quality setting.
Source: wp-includes/class-wp-image-editor.php:241
Filter Hook: Filters the JPEG compression quality for backward-compatibility.
Source: wp-includes/class-wp-image-editor.php:260
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:295
Filter Hook: Filters default mime type prior to getting the file extension.
Source: wp-includes/class-wp-image-editor.php:331
Method: Builds an output filename based on current file, and adding proper suffix
Source: wp-includes/class-wp-image-editor.php:355
Method: Builds and returns proper suffix for file based on height and width.
Source: wp-includes/class-wp-image-editor.php:388
Method: Either calls editor’s save function or handles file as a stream.
Source: wp-includes/class-wp-image-editor.php:484
Method: Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:525
Method: Gets dimensions of image.
Source: wp-includes/class-wp-image-editor.php:182
Method: Returns first matched extension from Mime-type, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:551
Method: Sets current image size.
Source: wp-includes/class-wp-image-editor.php:195
Method: Sets Image Compression quality on a 1-100% scale.
Source: wp-includes/class-wp-image-editor.php:226
Method: Loads image from $this->file into editor.
Source: wp-includes/class-wp-image-editor.php:69
Method: Saves current image to file.
Source: wp-includes/class-wp-image-editor.php:81
Method: Resizes current image.
Source: wp-includes/class-wp-image-editor.php:98
Method: Resize multiple images from a single source.
Source: wp-includes/class-wp-image-editor.php:117
Method: Crops Image.
Source: wp-includes/class-wp-image-editor.php:134
Method: Rotates current image counter-clockwise by $angle.
Source: wp-includes/class-wp-image-editor.php:145
Method: Flips current image.
Source: wp-includes/class-wp-image-editor.php:157
Class: Base image editor class from which implementations extend
Source: wp-includes/class-wp-image-editor.php:14
Method: Streams current image to browser.
Source: wp-includes/class-wp-image-editor.php:168
Method: Each instance handles a single file.
Source: wp-includes/class-wp-image-editor.php:27
Method: Checks to see if current environment supports the editor chosen.
Source: wp-includes/class-wp-image-editor.php:42
Method: Checks to see if editor supports the mime-type specified.
Source: wp-includes/class-wp-image-editor.php:57