Replies: 1 comment 2 replies
-
Which version and platform are you using? I am on Windows and using the latest version and I can execute this code without any issue? using var mi = new MagickImage("logo:");
mi.OrderedDither("o8x8"); I suspect that you are not on Windows and that you are using the tiny build-in |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to replicate the following command in C#:
convert input.png -ordered-dither o8x8 output.png
Here's what I've tried:
The last line above results in an the error: "ImageMagick.MagickOptionErrorException: InvalidArgument ordered-dither : 'o8x8' @ error/threshold.c/OrderedDitherImage/1944"
Where can I find a list of valid string arguments for OrderedDither? I haven't been able to find any documentation or examples.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions