I would like to auto enhance my picture.
In image magick we can use a command like
convert SourceImage.jpg -channel rgb -auto-level ResultImage.jpg
What would be the equivalent code with Magick.Net code?
Thanks
In image magick we can use a command like
convert SourceImage.jpg -channel rgb -auto-level ResultImage.jpg
What would be the equivalent code with Magick.Net code?
Thanks