Checks to see if current environment supports the editor chosen.
WP_Image_Editor::supports_mime_type
Checks to see if editor supports the mime-type specified.
WP_Image_Editor::load
Loads image from $this->file into editor.
WP_Image_Editor::save
Saves current image to file.
Advertisement
WP_Image_Editor::resize
Resizes current image.
WP_Image_Editor::multi_resize
Resize multiple images from a single source.
WP_Image_Editor_Imagick::set_quality
Sets Image Compression quality on a 1-100% scale.
WP_Image_Editor_GD::test
Checks to see if current environment supports GD.
Advertisement
WP_Image_Editor_GD::supports_mime_type
Checks to see if editor supports the mime-type specified.
WP_Image_Editor_GD::load
Loads image from $this->file into new GD Resource.
WP_Image_Editor_GD::update_size
Sets or updates current image size.
WP_Image_Editor_GD::resize
Resizes current image.
Advertisement
WP_Image_Editor_GD::multi_resize
Create multiple smaller images from a single source.
WP_Image_Editor_GD::crop
Crops Image.
WP_Image_Editor_GD::rotate
Rotates current image counter-clockwise by $angle.