You are here

function image_tinypng_imagecache_autorotate in TinyPNG 7

Wrapper for default image_TOOLKIT_imagecache_autorotate().

File

include/imagecache_actions.inc, line 22
ImageCache Actions module related image effects.

Code

function image_tinypng_imagecache_autorotate(stdClass $image) {
  return _tinypng_fallback('imagecache_autorotate', $image);
}