WP_Image_Editor::get_output_format()
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
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
Class: Base image editor class from which implementations extend
Source: wp-includes/class-wp-image-editor.php:15
Filter Hook: Filters default mime type prior to getting the file extension.
Source: wp-includes/class-wp-image-editor.php:400
Method: Checks to see if current environment supports the editor chosen.
Source: wp-includes/class-wp-image-editor.php:46
Method: Builds an output filename based on current file, and adding proper suffix
Source: wp-includes/class-wp-image-editor.php:439
Method: Checks to see if editor supports the mime-type specified.
Source: wp-includes/class-wp-image-editor.php:61
Method: Builds and returns proper suffix for file based on height and width.
Source: wp-includes/class-wp-image-editor.php:472
Method: Loads image from $this->file into editor.
Source: wp-includes/class-wp-image-editor.php:73
Method: Either calls editor’s save function or handles file as a stream.
Source: wp-includes/class-wp-image-editor.php:568
Method: Saves current image to file.
Source: wp-includes/class-wp-image-editor.php:95