Int

Int

An integer

Nodes that output this type

Nodes that accept this type as input

Bounds 2D Int from X, Y, Width & Height

Creates the bounds of a 2D array from its X, Y, Width and Height.

Bounds2i

Composition Box Blur

Applies a box blur to an image. Dimension is the size. 1 corresponding to 3x3, 2 5x5 and so on.

Composition

Composition Box Blur with OkLab

Applies a box blur to an image in OkLab color space. Dimension is the size. 1 corresponding to 3x3, 2 5x5 and so on.

Composition

Composition Convolution

Performs a convolution on an composition

Composition

Composition Morphological Max

Apples a morphological max operation.

Composition

Composition Morphological Min

Apples a morphological min operation.

Composition

Int Add

Adds to ints together

Int

Int Add To Dictionary

Adds a Int to a Dictionary

Dictionary

Int Equals

Checks if two ints are equal

Bool

Int Greater Than

Checks if the first int is greater than the second int

Bool

Int Less Than

Checks if the first int is less than the second int

Bool

Int Max

Returns the maximum int.

Int

Int Min

Returns the minimum int.

Int

Int Multiply

Multiplies two integers together

Int

Int Subtract

Subtracts one int from another

Int

Int To Float

Converts an Int to a Float

Float

Painter Add Path with Render Style

Adds a path to the painter and draws it with the render style. Set some transforms on the path as well.

Painter

Sequence to Animated WebP

Given a sequence of images, encodes them into an animated WebP returning the URL to the file.

ByteList

Vector 2 Int from Components

Given an x and y creates a vector.

Vector2i