You are here

function hook_epsacrop_crop_image_postsave in EPSA Crop - Image Cropping 7.2

This hook is invoked from epsacrop_crop_image() when the image was updated.

Parameters

object $image: Image object.

array $settings: Image settings.

array $coords: Image coords.

string $style_name: Styles name.

1 invocation of hook_epsacrop_crop_image_postsave()
epsacrop_crop_image in ./epsacrop.module
Apply the effect to the image.

File

./epsacrop.api.php, line 45
Hooks provided by the epsacrop.

Code

function hook_epsacrop_crop_image_postsave($image, $settings, $coords, $style_name) {
}