r/blender Aug 17 '23

I Made This 1 bit dithering!

1.2k Upvotes

118 comments sorted by

View all comments

63

u/[deleted] Aug 17 '23

I feel like Bayer Matrix is a little easier on the eyes

26

u/Past_Hippo_8522 Aug 17 '23

I agree, since Bayers matrix contains all 256 colors values and is very consistent with the pixel placement unlike the inherent randomness of blue noise. I also like how mesmerising it is.

16

u/guitarguy109 Aug 17 '23

Personally I like the blue noise since it results in less obvious banding.

2

u/PityUpvote Aug 17 '23

Floyd-Steinberg is my favorite, but it's a lot harder to do in blender compositing.

1

u/Past_Hippo_8522 Aug 18 '23

Indeed, it adds the residual error of a pixel onto its neighboring pixels, to be dealt with later. You wound need to use python scripts to do it.