imagick
Security covered
Image toolkit implementation based on ImageMagick. Unlike the ImageMagick module, which invokes convert binary to process images, this module uses the Imagick PHP extension. It allows custom effects that need to access image data such as Smart Crop.
Requirements
- The Imagick PHP extension should be installed on your server.
Consult your server administrator or hosting provider if you are unsure about these requirements.
Functions
Core
- Crop (implemented)
- Desaturate (implemented)
- Resize (implemented)
- Rotate (implemented)
- Scale (implemented)
- Scale and crop (implemented)
Implemented effects
- Annotate (Annotates an image with text)
- Autorotate (Rotates the image as defined within the EXIF file format)
- Blur
- Normal
- Adaptive
- Gaussian
- Motion
- Radial
- Charcoal (Adds a charcoal effect to the image)
- Color Overlay (Adds an colored overlay to an image)
- Color-shifting (Colorize images. Also invert)
- Composite (Composite one image onto another)
- Convert File Format(Change format and compression levels)
- Convolve (Applies a custom convolution kernel to the image)
- Define Canvas
- Edge (Enhance edges within the image)
- Encipher & decipher (Encryption functionality)
- Emboss (Returns a grayscale image with a three-dimensional effect)
- Frame (Adds a simulated three-dimensional border)
- Inverse (Negates the colors in the reference image)
- Mirror (Horizontal and vertical)
- Modulate
- Brightness
- Saturation
- Hue
- Noise
- Uniform
- (Multiplicative) Gaussian
- Impulse
- Laplacian
- Poisson
- Random
- Oil paint
- Opacity
- Polaroid
- Posterize (Reduces the image to a limited number of color level)
- Rounded corners
- Shadow
- Sketch
- Sharpen
- Solarize (Effect achieved in a photo darkroom by selectively exposing areas of photo sensitive paper to light)
- Spread (Spreads image pixels randomly in a given radius)
- Strip (Removes metadata)
- Swirl
- Transparent background
- Trim (Remove edges that are the background color from the image)
- Vignette (Softens the edges of the image in vignette style)
- Wave