Hamzeh Soboh
Hamzeh Soboh

Reputation: 7710

How to work with pixels in WP7 Silverlight?

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

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65556

Have a look at the WriteableBitmapEx library. This will allow you to manipulate pixels directly.

Upvotes: 1

Related Questions