zfar
zfar

Reputation: 23

ImageProcessing in windows Phone

I am New to Windows phone 8.1 , Currently I am making a small APP related to image processing . But I am confused .

like in simple C# we do setpixel() and getpixel() . But I dont understand , how can I Perform the same in this platform .

I will be very thankful for the help .

Thanks In Advance .

Upvotes: 1

Views: 203

Answers (1)

Muhammad Saifullah
Muhammad Saifullah

Reputation: 4292

Nokia Image SDK is powerfull image processing tool for windows phone. Following are some resources where you can download and how to use samples.

Nokia Imaging SDK Home

Sample Projects

API Reference

Hope this helps

Upvotes: 1

Related Questions