Image coordinates are 0-based on both axes, unlike cell styles and tables where rows are 1-based.
From a file
str
required
Path to the image on disk.
int
required
0-based left column.
int
required
0-based top row.
int
required
0-based right column.
int
required
0-based bottom row.
From bytes
Use this when the image never touches disk, whether downloaded, read from a database, or generated in the same script.bytes
required
Raw image bytes.
str
required
Format, such as
"png". Required, since there’s no filename to infer from.Formats
Sizing
The rectangle you give determines the displayed size, so aspect ratio is yours to manage. A wide anchor around a square logo stretches it.Logos and icons
Logos and icons
Roughly 2 to 4 columns by 5 to 8 rows.
Photographs
Photographs
Roughly 4 to 6 columns by 8 to 12 rows.
Charts and diagrams
Charts and diagrams
Roughly 6 to 10 columns by 12 to 20 rows.