Replies: 1 comment 2 replies
-
Can you explain in more detail why it is not valid? And why are you using the |
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.
-
Hello,
I'm trying to add Noise to an MagickImage with the following command:
magicImage.AddNoise(NoiseType.Random, Channels.Default);
The resulting image is not valid, so the noise really ruined its visibility.
Is there a way to control the range of noise you add? What is the right way to do it?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions