WP_Image_Editor::supports_mime_type()
Method: Checks to see if editor supports the mime-type specified.
Source: wp-includes/class-wp-image-editor.php:59
Method: Checks to see if editor supports the mime-type specified.
Source: wp-includes/class-wp-image-editor.php:59
Filter Hook: Filters default mime type prior to getting the file extension.
Source: wp-includes/class-wp-image-editor.php:329
Method: Loads image from $this->file into editor.
Source: wp-includes/class-wp-image-editor.php:71
Method: Builds an output filename based on current file, and adding proper suffix
Source: wp-includes/class-wp-image-editor.php:353
Method: Saves current image to file.
Source: wp-includes/class-wp-image-editor.php:83
Method: Builds and returns proper suffix for file based on height and width.
Source: wp-includes/class-wp-image-editor.php:377
Method: Resizes current image.
Source: wp-includes/class-wp-image-editor.php:100
Method: Either calls editor’s save function or handles file as a stream.
Source: wp-includes/class-wp-image-editor.php:394
Method: Resize multiple images from a single source.
Source: wp-includes/class-wp-image-editor.php:119
Method: Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:436