-
Notifications
You must be signed in to change notification settings - Fork 1
Image
Özgür Yalçın edited this page Jun 20, 2026
·
1 revision
The Image (GraphImage) layer is used for static graphics, borders, background frames, or logos.
When editing an Image layer, the following options are available in the editor panel:
-
IMAGE FILE (ImgName): The filename of the PNG or JPG image asset. These images must reside in the theme's
image/directory. -
POSITION & SIZE:
- X & Y: The pixel coordinates specifying where the top-left corner of the image is positioned on the canvas.
- WIDTH & HEIGHT: The pixel dimensions of the image bounding box.
-
ZOOM RATE: A scale multiplier (e.g.,
1.0is default size,1.5zooms in by 150%,0.5shrinks to 50%). -
ROTATE: Rotates the image clockwise (values from
0to360degrees). -
RECT: Defines a cropping bounding box to show only a sub-region of the image. The format is
x, y, width, height(e.g.,0, 0, 100, 100).