function image_tinypng_roundedcorners in TinyPNG 7
Wrapper for default image_TOOLKIT_roundedcorners().
File
- include/
imagecache_actions.inc, line 43 - ImageCache Actions module related image effects.
Code
function image_tinypng_roundedcorners($image, $action) {
return _tinypng_fallback('roundedcorners', $image, $action);
}