You are here

function image_tinypng_textimage_get_bounding_box in TinyPNG 7

Wrapper for default image_TOOLKIT_textimage_get_bounding_box().

File

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

Code

function image_tinypng_textimage_get_bounding_box($image, $data = array()) {
  return _tinypng_fallback('textimage_get_bounding_box', $image, $data);
}