function image_tinypng_rotate in TinyPNG 7
Wrapper for default image_TOOLKIT_rotate().
File
- include/
image.inc, line 22 - Image module related image effects.
Code
function image_tinypng_rotate(stdClass $image, $degrees, $background = NULL) {
return _tinypng_fallback('rotate', $image, $degrees, $background);
}