You are here

function image_tinypng_posterize in TinyPNG 7

Wrapper for default image_TOOLKIT_posterize().

File

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

Code

function image_tinypng_posterize(stdClass $image, $colors) {
  return _tinypng_fallback('posterize', $image, $colors);
}