Sets current image size.
WP_Image_Editor::get_size
Gets dimensions of image.
WP_Image_Editor::stream
Streams current image to browser.
WP_Image_Editor::flip
Flips current image.
Advertisement
WP_Image_Editor::rotate
Rotates current image counter-clockwise by $angle.
WP_Image_Editor::crop
Crops Image.
WP_Image_Editor::multi_resize
Resize multiple images from a single source.
WP_Image_Editor::resize
Resizes current image.
Advertisement
WP_Image_Editor::save
Saves current image to file.
WP_Image_Editor::load
Loads image from $this->file into editor.
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.
Advertisement
WP_Image_Editor::__construct
Each instance handles a single file.
WP_Image_Editor_Imagick::pdf_setup
Sets up Imagick for PDF processing.
WP_Image_Editor_Imagick::strip_meta
Strips all image meta except color profiles from an image.