WP_Image_Editor::get_mime_type()
Method: Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:609
Method: Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:609
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: Gets the Image Compression quality on a 1-100% scale.
Source: wp-includes/class-wp-image-editor.php:224
Method: Gets dimensions of image.
Source: wp-includes/class-wp-image-editor.php:196
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: Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
Source: wp-includes/class-wp-image-editor.php:488
Method: Resize multiple images from a single source.
Source: wp-includes/class-wp-image-editor.php:131
Method: Resizes current image.
Source: wp-includes/class-wp-image-editor.php:112