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_Imagick::stream
Streams current image to browser.
WP_Image_Editor_Imagick::save
Saves current image to file.
Advertisement
WP_Image_Editor_Imagick::flip
Flips current image.
WP_Image_Editor_Imagick::rotate
Rotates current image counter-clockwise by $angle.
WP_Image_Editor_Imagick::crop
Crops Image.
WP_Image_Editor_Imagick::multi_resize
Create multiple smaller images from a single source.
Advertisement
WP_Image_Editor_Imagick::resize
Resizes current image.
WP_Image_Editor_Imagick::update_size
Sets or updates current image size.
WP_Image_Editor_Imagick::set_quality
Sets Image Compression quality on a 1-100% scale.
WP_Image_Editor_Imagick::load
Loads image from $this->file into new Imagick Object.
Advertisement
WP_Image_Editor_Imagick::supports_mime_type
Checks to see if editor supports the mime-type specified.
WP_Image_Editor_Imagick::test
Checks to see if current environment supports Imagick.
WP_Image_Editor_GD::make_image
Either calls editor’s save function or handles file as a stream.