Skip to content
Lasha Kandelaki edited this page May 7, 2026 · 4 revisions

Image

Non-interactive image widget. Renders via CTkImage (Pillow-based) for HiDPI-correct rendering.

Wraps customtkinter.CTkImage.

Properties

Groups appear in the panel in Content → Layout → Visual order.

Group Properties
Image file path, preserve aspect
Tint optional normal-state colour overlay (icon-style tint)
Geometry x, y, width, height (= image pixel size)
Main Colors background colour (transparent by default)

Exact set comes from the descriptor in app/widgets/image.py.


See alsoWidgets · CTkLabel · Image and Icon Library

Clone this wiki locally