wp-includes/class-wp-image-editor-imagick.php
Lines:
1 to 33 of 33
<?php /** * WordPress Imagick Image Editor * * @package WordPress * @subpackage Image_Editor */ /* class WP_Image_Editor_Imagick */ /* function WP_Image_Editor_Imagick::__destruct() – Imagick object. */ /* function WP_Image_Editor_Imagick::test() – Checks to see if current environment supports Imagick. */ /* function WP_Image_Editor_Imagick::supports_mime_type() – Checks to see if editor supports the mime-type specified. */ /* function WP_Image_Editor_Imagick::load() – Loads image from $this->file into new Imagick Object. */ /* function WP_Image_Editor_Imagick::set_quality() – Sets Image Compression quality on a 1-100% scale. */ /* function WP_Image_Editor_Imagick::update_size() – Sets or updates current image size. */ /* function WP_Image_Editor_Imagick::set_imagick_time_limit */ /* function WP_Image_Editor_Imagick::resize() – Resizes current image. */ /* function WP_Image_Editor_Imagick::thumbnail_image() – Efficiently resize the current image */ /* function WP_Image_Editor_Imagick::multi_resize() – Create multiple smaller images from a single source. */ /* function WP_Image_Editor_Imagick::make_subsize() – Create an image sub-size and return the image meta data value for it. */ /* function WP_Image_Editor_Imagick::crop() – Crops Image. */ /* function WP_Image_Editor_Imagick::rotate() – Rotates current image counter-clockwise by $angle. */ /* function WP_Image_Editor_Imagick::flip() – Flips current image. */ /* function WP_Image_Editor_Imagick::maybe_exif_rotate() – Check if a JPEG image has EXIF Orientation tag and rotate it if needed. */ /* function WP_Image_Editor_Imagick::save() – Saves current image to file. */ /* function WP_Image_Editor_Imagick::_save() – */ /* function WP_Image_Editor_Imagick::write_image() – Writes an image to a file or stream. */ /* function WP_Image_Editor_Imagick::stream() – Streams current image to browser. */ /* function WP_Image_Editor_Imagick::strip_meta() – Strips all image meta except color profiles from an image. */ /* function WP_Image_Editor_Imagick::pdf_setup() – Sets up Imagick for PDF processing. */ /* function WP_Image_Editor_Imagick::pdf_load_source() – Load the image produced by Ghostscript. */