WP_Image_Editor::get_default_quality()
Method: Returns the default compression quality setting for the mime type.
Source: wp-includes/class-wp-image-editor.php:308
Method: Returns the default compression quality setting for the mime type.
Source: wp-includes/class-wp-image-editor.php:308
Filter Hook: Filters the image editor output format mapping.
Source: wp-includes/class-wp-image-editor.php:380
Method: Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
Source: wp-includes/class-wp-image-editor.php:493
Filter Hook: Filters the `$orientation` value to correct it before rotating or to prevent rotating the image.
Source: wp-includes/class-wp-image-editor.php:512
Method: Gets the Image Compression quality on a 1-100% scale.
Source: wp-includes/class-wp-image-editor.php:224
Method: Either calls editor’s save function or handles file as a stream.
Source: wp-includes/class-wp-image-editor.php:575
Method: Returns first matched mime-type from extension, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:616
Method: Gets dimensions of image.
Source: wp-includes/class-wp-image-editor.php:196
Method: Returns first matched extension from Mime-type, as mapped from wp_get_mime_types()
Source: wp-includes/class-wp-image-editor.php:642
Method: Sets current image size.
Source: wp-includes/class-wp-image-editor.php:209
Method: Sets Image Compression quality on a 1-100% scale.
Source: wp-includes/class-wp-image-editor.php:240
Filter Hook: Filters the default image compression quality setting.
Source: wp-includes/class-wp-image-editor.php:260
Filter Hook: Filters the JPEG compression quality for backward-compatibility.
Source: wp-includes/class-wp-image-editor.php:279
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:335
Filter Hook: Filters default mime type prior to getting the file extension.
Source: wp-includes/class-wp-image-editor.php:403
Method: Builds an output filename based on current file, and adding proper suffix
Source: wp-includes/class-wp-image-editor.php:444
Method: Builds and returns proper suffix for file based on height and width.
Source: wp-includes/class-wp-image-editor.php:477
Class: Base image editor class from which implementations extend
Source: wp-includes/class-wp-image-editor.php:15
Method: Streams current image to browser.
Source: wp-includes/class-wp-image-editor.php:182
Method: Each instance handles a single file.
Source: wp-includes/class-wp-image-editor.php:31
Method: Checks to see if current environment supports the editor chosen.
Source: wp-includes/class-wp-image-editor.php:46
Method: Checks to see if editor supports the mime-type specified.
Source: wp-includes/class-wp-image-editor.php:61
Method: Loads image from $this->file into editor.
Source: wp-includes/class-wp-image-editor.php:73
Method: Saves current image to file.
Source: wp-includes/class-wp-image-editor.php:95
Method: Resizes current image.
Source: wp-includes/class-wp-image-editor.php:112
Method: Resize multiple images from a single source.
Source: wp-includes/class-wp-image-editor.php:131
Method: Crops Image.
Source: wp-includes/class-wp-image-editor.php:148
Method: Rotates current image counter-clockwise by $angle.
Source: wp-includes/class-wp-image-editor.php:159
Method: Flips current image.
Source: wp-includes/class-wp-image-editor.php:171