You are here

function image_tinypng_filtersie_UnsharpMask in TinyPNG 7

Wrapper for default image_TOOLKIT_filtersie_UnsharpMask().

File

include/filtersie.inc, line 22
FiltersIE module related image effects.

Code

function image_tinypng_filtersie_UnsharpMask(stdClass $image, $amount, $radius, $threshold) {
  return _tinypng_fallback('filtersie_UnsharpMask', $image, $amount, $radius, $threshold);
}