You are here

function image_tinypng_get_info in TinyPNG 7

Wrapper for default image_TOOLKIT_get_info().

File

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

Code

function image_tinypng_get_info(stdClass $image) {
  return _tinypng_fallback('get_info', $image);
}