blank(self) |
Display a transparent image. [extrait de blank.__doc__] |
cget(self, option) |
Return the value of OPTION. [extrait de cget.__doc__] |
copy(self, *, from_coords=None, zoom=None, subsample=None) |
Return a new PhotoImage with the same image as this widget. [extrait de copy.__doc__] |
copy_replace(self, sourceImage, *, from_coords=None, to=None, shrink=False, zoom=None, subsample=None, compositingrule=None) |
Copy a region from the source image (which must be a PhotoImage) to [extrait de copy_replace.__doc__] |
data(self, format=None, *, from_coords=None, background=None, grayscale=False) |
Returns image data. [extrait de data.__doc__] |
get(self, x, y) |
Return the color (red, green, blue) of the pixel at X,Y. [extrait de get.__doc__] |
put(self, data, to=None) |
Put row formatted colors to image starting from [extrait de put.__doc__] |
read(self, filename, format=None, *, from_coords=None, to=None, shrink=False) |
Reads image data from the file named FILENAME into the image. [extrait de read.__doc__] |
subsample(self, x, y='', *, from_coords=None) |
Return a new PhotoImage based on the same image as this widget [extrait de subsample.__doc__] |
transparency_get(self, x, y) |
Return True if the pixel at x,y is transparent. [extrait de transparency_get.__doc__] |
transparency_set(self, x, y, boolean) |
Set the transparency of the pixel at x,y. [extrait de transparency_set.__doc__] |
write(self, filename, format=None, from_coords=None, *, background=None, grayscale=False) |
Writes image data from the image to a file named FILENAME. [extrait de write.__doc__] |
zoom(self, x, y='', *, from_coords=None) |
Return a new PhotoImage with the same image as this widget [extrait de zoom.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :