convert this image into black and white but getting some issue #1251
Unanswered
AshaRxKhan
asked this question in
Help
Replies: 1 comment
-
Sorry for the late response but are you using the same version of ImageMagick as Magick.NET? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello


I am trying to convert this image magick command into c# code.
D:/input.png +dither -colors 256 -normalize -flatten -monochrome +compress D:/output.png
input file
expected output
QuantizeSettings settings = new QuantizeSettings();
Beta Was this translation helpful? Give feedback.
All reactions