You are here

function image_tinypng_invert in TinyPNG 7

Wrapper for default image_TOOLKIT_invert().

File

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

Code

function image_tinypng_invert(stdClass $image, array $data) {
  return _tinypng_fallback('invert', $image, $data);
}