Skip to content

Posterize

Posterize
Output
Background
Mode
Rgb
Levels
8
Color Space
sRGB

Category Effects
Is Pair Node: No


Applies a posterization effect to the image, reducing the number of colors.

Posterization can be applied in different modes, each affecting the image in a unique way. The available modes are:

Each color channel (Red, Green, Blue) is posterized independently, resulting in a colorful posterization effect.

The image is converted to grayscale based on luminance, and then posterized. This mode emphasizes brightness levels rather than color.

The posterization effect is applied in the color space of the input image. This is useful for maintaining consistency with the original image’s color representation.

The posterization effect is applied in the sRGB color space. It’s usually the best choice if you are unsure which one to use.

The posterization effect is applied in a linear color space. By default PixiEditor processes colors in linear sRGB color space.


Type: Painter
Default: unset

Provides the background image to be posterized.

Type: Posterization Mode (Enum)
Default: Rgb

Defines how the posterization effect is applied to the image.

Type: Integer
Default: 8

Specifies the number of color levels to reduce the image to.

Type: ColorSpaceType (Enum)
Default: sRGB

Determines the color space in which the posterization is applied.


Type: Painter
Default: unset

Painter instruction with the applied posterization effect.



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