Post-processing
If one is familiar with post-processing from game engines, he/she will feel right at home with this one.
Last updated
Was this helpful?
If one is familiar with post-processing from game engines, he/she will feel right at home with this one.
Last updated
Was this helpful?
Post-processing is a non-destructive effect that we can apply to the canvas to enhance it's visual.
Pixquare supports many effects that we can apply simultaneously, and we can add as many effect as we want.
Even though we can apply multiple effects simultaneously, we cannot apply the same effect more than once.
Note that the order in which we apply the effects will yield different final result.
Post-processing will have different results on the working canvas and the exported image. Size multiplier is the deciding factor of how big/small the differences are.
All effects have a toggle for "Pixel-independent". Pixel-independent means the app will use the screen's pixel as the unit, and inversely, pixel-dependent means it will use the canvas pixel as the unit when doing calculation.
This effect simulates the effect of the retro CRT display. The options for this effect are quite self-explanatory, so we won't go into their details.
This effect darkens the edges of the canvas
Add some glow around the bright areas of the canvas.
Threshold: This will determine which color is categorized as bright. Color with the lightness (in HSL space) above the threshold will be bright. Only bright pixels can contribute the the bloom color.
Radius: The bloom blending radius. In other words, how far a bright pixel can have an impact on other pixels.