

small (6-8) values may smooth some jitter. Pressure smoothing naively averages the last n values.very small (11-12) Pressure multiplication factors may improve the flavor depending on your natural pressure.minimum value for the pressure curve) may improve the flavor very small (1-6) Pressure offsets (i.e.The original behavior can be restored by unchecking "Use pressure" This version uses pen pressure in real time, instead of faking it in post-processing. The original brush is clever in that it saves a list of points and then redraws the stroke,Īs a post-processing step, to get a very specific thinning effect along the middle of the stroke. This is a modified version of a calligraphy-type brush from medi. this also increases the dab frequency to improve the stroke edge accuracy. because this may cause slight discrepancies in the edges of strokes, and also changes behavior when using pressure for the threshold, the optimizations can be disabled by checking accurate(slow). by default, optimization is done to avoid drawing over the same pixels in subsequent dabs, and dab frequency is reduced to every 1-pixel distance.full width mode uses the exact size specified instead of the default width-based-on-pressure behavior. large brush widths (~100+ pixels) will be slow and may lag the program (it has to process 10000 dots per dab individually).it's suggested to instead draw a solid color layer and then the foreground color without use bg drawing bg color ( use bg) doubles the per-dab draw workload.there isn't really any way around it with the api, so a few warnings: This brush does a lot of heavy pixel plotting that is very inefficient for firealpaca. (probably need to port the elaborate pressure settings?) usage notes only uses the builtin raw pressure input. It's a brush for ordered dithering effect.ĭither4.bs uses a 4x4 bayer threshold map (16 unique levels), while Dither8.bs uses the 8x8 threshold map (64 levels)Īllows pressure input, but. Horizontal and vertical line 1px patterns with period and phase control (for dithering) Dither4.bs / Dither8.bs (notes on developing FireAlpaca brush scripts) DitherLines.bs Repository for brushes (firealpaca/medibang paint lua brush scripts and krita brush presets)
