function image_tinypng_textimage_text_stroke in TinyPNG 7
Wrapper for default image_TOOLKIT_textimage_text_stroke().
File
- include/
textimage.inc, line 36 - Textimage (3.+) module related image effects.
Code
function image_tinypng_textimage_text_stroke($image, $data = array()) {
return _tinypng_fallback('textimage_text_stroke', $image, $data);
}