maliang.toolbox.enhanced¶
字数 9 个 阅读时间不到 1 分钟 访问量
源代码:maliang/toolbox/enhanced.py
Enhanced versions of some tkinter classes and functions.
类:
-
PhotoImage
–Pillow version of
tkinter.PhotoImage
.
PhotoImage ¶
Bases: ImageTk.PhotoImage
, tkinter.PhotoImage
Pillow version of tkinter.PhotoImage
.
方法:
scale ¶
scale(x: float, y: float) -> PhotoImage
Scale the PhotoImage.
x
: The x-axis scale factory
: The y-axis scale factor
resize ¶
resize(width: int, height: int) -> PhotoImage
Resize the PhotoImage.
width
: The new width of the imageheight
: The new height of the image