Crops Image.
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.
Advertisement
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.
WP_Image_Editor::__construct
Each instance handles a single file.
Advertisement
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.
WP_Image_Editor_Imagick::stream
Streams current image to browser.
WP_Image_Editor_Imagick::_save
Advertisement
WP_Image_Editor_Imagick::save
Saves current image to file.
WP_Image_Editor_Imagick::maybe_exif_rotate
Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
WP_Image_Editor_Imagick::flip
Flips current image.