graphics module

graphics.draw_bounding_box(image, entity)[source]

Draw a bounding box around an object.

graphics.resize(image, width, height)[source]

Resize the image using user provided width and height.

graphics.sharpen_image(image)[source]

Return a sharpened version of an image.