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