File: wp-includes/class-wp-image-editor-imagick.php
-
Removes PDF alpha after it’s been read.
-
Sets Imagick time limit.
-
Load the image produced by Ghostscript.
-
Writes an image to a file or stream.
-
Create an image sub-size and return the image meta data value for it.
-
Check if a JPEG image has EXIF Orientation tag and rotate it if needed.
-
Sets up Imagick for PDF processing.
-
hookimage_strip_meta
Filters whether to strip metadata from images when they’re resized.
-
Strips all image meta except color profiles from an image.
-
Efficiently resize the current image
-
Flips current image.
-
Saves current image to file.
-
-
Streams current image to browser.
-
Sets or updates current image size.
-
Resizes current image.
-
Create multiple smaller images from a single source.
-
Crops Image.
-
Rotates current image counter-clockwise by $angle.
-
WordPress Image Editor Class for Image Manipulation through Imagick PHP Module
-
-
Checks to see if current environment supports Imagick.
-
Checks to see if editor supports the mime-type specified.
-
Loads image from $this->file into new Imagick Object.
-
Sets Image Compression quality on a 1-100% scale.