Dithering #139
Answered
by
dlemstra
thatcher-gaming
asked this question in
Q&A
Dithering
#139
-
Is it possible to dither an image with this library? I'm looking to do something like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Jan 20, 2024
Replies: 1 comment 2 replies
-
There was no support for that but in the next release you will be able to do this with the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
thatcher-gaming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was no support for that but in the next release you will be able to do this with the
quantize
method ofMagickImage
.