function image_tinypng_overlay in TinyPNG 7
Wrapper for default image_TOOLKIT_overlay().
File
- include/
imagecache_actions.inc, line 15 - ImageCache Actions module related image effects.
Code
function image_tinypng_overlay(stdClass $image, stdClass $layer, $x, $y, $alpha = 100, $reverse = FALSE) {
return _tinypng_fallback('overlay', $image, $layer, $x, $y, $alpha, $reverse);
}