This module contains functions for putting and getting images as PIL Image instances.
get an image of drawable as a PIL Image instance.
| Parameters: |
|
|---|
display the PIL image instance image on the drawable drawable using the graphics context gc, at x = dst_x and y = dst_y. You have to take care that the depths of the drawable and the window match. No connection flushing is done.
| Todo: | use image’s depth |
|---|