Skip to content

Create Image Node

Create Image
Image
Render Output
Size
(32, 32)
Fill
Transparent
Content
null
Content Matrix
Identity
Disallow Auto Scaling
false

Category Image
Is Pair Node: No


The Create Image Node is used to create a new Texture with defined width and height.


Type: VecI
Default: (32, 32)
Min: (1, 1)

The size of the image to create.

Type: Paintable
Default: Transparent

The Paintable to fill the image with.

Type: Painter
Default: null

Content to paint on the image.

Type: Matrix3x3
Default: Identity

Matrix to transform the content before painting onto the image. Use to scale, rotate, or translate the content.

Type: Boolean
Default: false

Tells PixiEditor not to scale the image when rendering on partial resolutions (when zooming out in the viewport). Toggle on if zooming the viewport causes the graph to break or look weird.


Type: Texture
Default: null

Created image texture.

Type: Painter
Default: unset

Paint instruction to render the image



All of our content is carefully written by hand, no AI was involved during the process.