Skip to content
Ö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.


1. UI Settings and Descriptions

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.0 is default size, 1.5 zooms in by 150%, 0.5 shrinks to 50%).
  • ROTATE: Rotates the image clockwise (values from 0 to 360 degrees).
  • 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).

Clone this wiki locally