function hook_epsacrop_crop_image_presave in EPSA Crop - Image Cropping 7.2
This hook is invoked from epsacrop_crop_image() before the image will be 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_presave()
- epsacrop_crop_image in ./
epsacrop.module - Apply the effect to the image.
File
- ./
epsacrop.api.php, line 27 - Hooks provided by the epsacrop.
Code
function hook_epsacrop_crop_image_presave($image, $settings, $coords, $style_name) {
}