Flips current image.
WP_Image_Editor_Imagick::save
Saves current image to file.
WP_Image_Editor_Imagick::stream
Streams current image to browser.
WP_Image_Editor::test
Checks to see if current environment supports the editor chosen.
Advertisement
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_GD::make_image
Either calls editor’s save function or handles file as a stream.
WP_Image_Editor_Imagick::test
Checks to see if current environment supports Imagick.
Advertisement
WP_Image_Editor_Imagick::supports_mime_type
Checks to see if editor supports the mime-type specified.
WP_Image_Editor_Imagick::load
Loads image from $this->file into new Imagick Object.
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.