You are here

function image_tinypng_image_effects_text in TinyPNG 7

Wrapper for default image_TOOLKIT_image_effects_text().

File

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

Code

function image_tinypng_image_effects_text(stdClass $image, array $data) {
  return _tinypng_fallback('image_effects_text', $image, $data);
}