You are here

function hook_imagemagick_load_alter in ImageMagick 7

Alter an image as it is loaded by the ImageMagick toolkit.

Parameters

$image: An image object.

See also

image_load()

image_imagemagick_load()

1 invocation of hook_imagemagick_load_alter()
image_imagemagick_load in ./imagemagick.module
Creates an image resource from a file.

File

./imagemagick.api.php, line 22
API documentation for the ImageMagick module.

Code

function hook_imagemagick_load_alter(stdClass $image) {
}