-
Hello, I'm trying to convert some of my scripts into Magick.Net. The -negate statement can be transformend into : image.Negate(Channels.RGB); How can I specify the channels for Equalize ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Some additional infos: |
Beta Was this translation helpful? Give feedback.
-
It looks like this overload is missing. I will make sure that this gets added in the next release. |
Beta Was this translation helpful? Give feedback.
It looks like this overload is missing. I will make sure that this gets added in the next release.