using Magick.NET-6.8.8.201-Q8-x64-net40-client
just starting to test, other methods I've tested so far working fine but simple:
Modulate(new Percentage(100), new Percentage(100), new Percentage(100));
always results in black image, no matter what percentages used...using simple 24bit rgb jpg and png and bmp for testing, always same result.
and second question, is there a .command method I'm not seeing for passing imagemagick commands (-modulate 120,50,100) for methods that might not yet be implemented?
Thanks in advance and for getting this lib into the .net world.
just starting to test, other methods I've tested so far working fine but simple:
Modulate(new Percentage(100), new Percentage(100), new Percentage(100));
always results in black image, no matter what percentages used...using simple 24bit rgb jpg and png and bmp for testing, always same result.
and second question, is there a .command method I'm not seeing for passing imagemagick commands (-modulate 120,50,100) for methods that might not yet be implemented?
Thanks in advance and for getting this lib into the .net world.