Hi,
How to get the number of colors using Magick.net library.
Using imagemagick I can get the color info using commandline:
convert "image.emf" -unique-colors -format %w info:
Let me know.
How to get the number of colors using Magick.net library.
Using imagemagick I can get the color info using commandline:
convert "image.emf" -unique-colors -format %w info:
Let me know.