Dithering #2295
Answered
by
MeatCoveredRobot
MeatCoveredRobot
asked this question in
Q&A
Dithering
#2295
-
Is there some sample code available that applies dithering? I have found the below, but I am not certain how to implement it. SixLabors.ImageSharp.Processing.KnownDitherings.FloydSteinberg |
Beta Was this translation helpful? Give feedback.
Answered by
MeatCoveredRobot
Nov 13, 2022
Replies: 1 comment
-
...nevermind. I figured it out. image.Mutate(i => i.BinaryDither(SixLabors.ImageSharp.Processing.KnownDitherings.FloydSteinberg)); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MeatCoveredRobot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...nevermind.
I figured it out.
image.Mutate(i => i.BinaryDither(SixLabors.ImageSharp.Processing.KnownDitherings.FloydSteinberg));