DependencyChecker
in package
Utility class to check the availability of potentially incompatible libraries.
Table of Contents
Methods
- isGhostscriptAvailable() : void
- Returns true if ghostscript is available on the system.
- isImageMagickAvailable() : void
- Returns true if ImageMagick is available on the system.
- isImageMagickPolicyAllowed() : void
- Checks whether Imagick is blocked by restrictive policy.
Methods
isGhostscriptAvailable()
Returns true if ghostscript is available on the system.
public
static isGhostscriptAvailable() : void
Tags
isImageMagickAvailable()
Returns true if ImageMagick is available on the system.
public
static isImageMagickAvailable() : void
Tags
isImageMagickPolicyAllowed()
Checks whether Imagick is blocked by restrictive policy.
public
static isImageMagickPolicyAllowed() : void