Loads image from $this->file into new Imagick Object.
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_Imagick::__destruct
Advertisement
WP_Image_Editor_GD::make_image
Either calls editor’s save function or handles file as a stream.
WP_Image_Editor_GD::stream
Returns stream of current image.
WP_Image_Editor_GD::_save
WP_Image_Editor_GD::save
Saves current in-memory image to file.
Advertisement
WP_Image_Editor_GD::flip
Flips current image.
WP_Image_Editor_GD::rotate
Rotates current image counter-clockwise by $angle.
WP_Image_Editor_GD::crop
Crops Image.
WP_Image_Editor_GD::make_subsize
Create an image sub-size and return the image meta data value for it.
Advertisement
WP_Image_Editor_GD::multi_resize
Create multiple smaller images from a single source.
WP_Image_Editor_GD::_resize
WP_Image_Editor_GD::resize
Resizes current image.