You are here

function image_tinypng_crop in TinyPNG 7

Wrapper for default image_TOOLKIT_crop().

File

include/image.inc, line 29
Image module related image effects.

Code

function image_tinypng_crop(stdClass $image, $x, $y, $width, $height) {
  return _tinypng_fallback('crop', $image, $x, $y, $width, $height);
}