Replies: 1 comment 1 reply
-
Why do you think that the pixels are not changed? Your sample does not include enough information for me to test your code on my machine. p.s. you should |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi!
I'm writing realization of LSB(Least Significant Bit) by using Magick.NET and I faced with problem, how to save changes, which was done in PixelCollection.
It's my code:
When I set pixels, this changes doesn't apply to variable "image". I tried to assign new MagickImage to "image", and pass to constructor array of byte, but, it throws error (different errors, depends on which constructor I will choose).
So, how can I save it?
Beta Was this translation helpful? Give feedback.
All reactions