You are here

function image_tinypng_textimage_draw_ellipse in TinyPNG 7

Wrapper for default image_TOOLKIT_textimage_draw_ellipse().

File

include/textimage.inc, line 57
Textimage (3.+) module related image effects.

Code

function image_tinypng_textimage_draw_ellipse($image, $data = array()) {
  return _tinypng_fallback('textimage_draw_ellipse', $image, $data);
}