You are here

function image_tinypng_resize in TinyPNG 7

Wrapper for default image_TOOLKIT_resize().

File

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

Code

function image_tinypng_resize(stdClass $image, $width, $height) {
  return _tinypng_fallback('resize', $image, $width, $height);
}