Sets Image Compression quality on a 1-100% scale.
WP_Image_Editor::get_quality
Gets the Image Compression quality on a 1-100% scale.
WP_Image_Editor::update_size
Sets current image size.
WP_Image_Editor::get_size
Gets dimensions of image.
Advertisement
WP_Image_Editor::stream
Streams current image to browser.
WP_Image_Editor::flip
Flips current image.
WP_Image_Editor::rotate
Rotates current image counter-clockwise by $angle.
WP_Image_Editor::crop
Crops Image.
Advertisement
WP_Image_Editor::multi_resize
Resize multiple images from a single source.
WP_Image_Editor::resize
Resizes current image.
WP_Image_Editor::save
Saves current image to file.
WP_Image_Editor::load
Loads image from $this->file into editor.
Advertisement
WP_Image_Editor::supports_mime_type
Checks to see if editor supports the mime-type specified.
WP_Image_Editor::test
Checks to see if current environment supports the editor chosen.
WP_Image_Editor::__construct
Each instance handles a single file.