I want to know how to manipulate pixels like what we can do within the C# code in JavaScript with Phonegap lib.
I am not sure whether it is possible. So far what I have found is nothing related to image processing in the Phonegap library.(It does provide Image, Capture helper to do something, but it's not enough.)
When I say manipulate pixels it's not about the simple methods like crop, resize, rotate etc. it should down to the level of having access of individual pixels in an image so more complicated computation can be conducted.
Thank you.
PS: guys thank you for leaving "-1", please give your reasons at the same time. thx
Since is javascript, is done the same you would do it on a browser: using <canvas>
Here is fastCanvas, a phonegap plugin for using it. I haven't use it, but I hope is actually useful.
@chris is right. Because you're running Javacript you can use anyway JS libraries that you used on desktop. For example, I use CamanJS (http://camanjs.com/) to apply some filters in my Phonegap App. It's easy to use and works well. But don't forget that you are running JS on a mobile device. Mobile devices haven't the same computing power as desktops...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With