You are here

function image_tinypng_smartcrop_crop in TinyPNG 7

Wrapper for default image_TOOLKIT_smartcrop_crop().

File

include/smartcrop.inc, line 22
Smartcrop module related image effects.

Code

function image_tinypng_smartcrop_crop(stdClass $image, $requested_x, $requested_y, $upscale) {
  return _tinypng_fallback('smartcrop_crop', $image, $requested_x, $requested_y, $upscale);
}