function image_tinypng_load in TinyPNG 7
Wrapper for default image_TOOLKIT_load().
File
- include/
image.inc, line 43 - Image module related image effects.
Code
function image_tinypng_load(stdClass $image) {
return _tinypng_fallback('load', $image);
}