You are here

function image_tinypng_auto_orient in TinyPNG 7

Wrapper for default image_TOOLKIT_auto_orient().

File

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

Code

function image_tinypng_auto_orient(stdClass $image, array $data) {
  return _tinypng_fallback('auto_orient', $image, $data);
}