Esempio n. 1
0
 def get_image(self, x, y, width, height, logger=None):
     rect = (x, y, width, height)
     return get_CG_imagewrapper(rect)
Esempio n. 2
0
 def get_image(self, x, y, width, height):
     rect = (x, y, width, height)
     return get_CG_imagewrapper(rect)
Esempio n. 3
0
 def get_image(self, x, y, width, height, logger=None):
     return get_CG_imagewrapper()