function image_tinypng_strip in TinyPNG 7
Wrapper for default image_TOOLKIT_strip().
File
- include/
imagecache_actions.inc, line 120 - ImageCache Actions module related image effects.
Code
function image_tinypng_strip(stdClass $image) {
return _tinypng_fallback('strip', $image);
}