WP_Image_Editor::flip()
Method: Flips current image.
Source: wp-includes/class-wp-image-editor.php:171
Method: Flips current image.
Source: wp-includes/class-wp-image-editor.php:171
Method: Builds an output filename based on current file, and adding proper suffix
Source: wp-includes/class-wp-image-editor.php:439
Method: Returns the default compression quality setting for the mime type.
Source: wp-includes/class-wp-image-editor.php:308
Method: Returns first matched extension from Mime-type, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:635
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