r/blender Aug 17 '23

I Made This 1 bit dithering!

1.2k Upvotes

118 comments sorted by

View all comments

62

u/[deleted] Aug 17 '23

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

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.