Zuga

Image Node

Image nodes display raster images (PNG, JPEG, GIF) on the canvas.

Adding an Image

Drag and drop an image file onto the canvas to add it as an image node.

Supported Formats

FormatNotes
PNGSupports transparency (alpha channel)
JPEGSuitable for photos and gradients
GIFAnimation is flattened to a still image on export

Difference from SVG Nodes

  • Image node: Holds raster images such as PNG, JPEG, GIF
  • SVG node: Created by dropping an external SVG file and stores the SVG document text
  • Builtin node: Created by dropping from the icon library and stores an icon path instead of full SVG text
💡 Dropping an SVG file (without embedded document data) onto the canvas adds it as an SVG node. Dropping an SVG with embedded document data restores the entire document.