You are here

function image_tinypng_brightness in TinyPNG 7

Wrapper for default image_TOOLKIT_brightness().

File

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

Code

function image_tinypng_brightness(stdClass $image, array $data) {
  return _tinypng_fallback('brightness', $image, $data);
}