Reputation: 7710
I have an image, I want to get a pixel color, replace a pixel color with another, and other operations on pixels.
Is there a way to do that? And what libraries are needed?
Upvotes: 0
Views: 315
Reputation: 65556
Have a look at the WriteableBitmapEx library. This will allow you to manipulate pixels directly.
Upvotes: 1