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