Hi,
I am trying to process each pixel of an image and give it different color tone.
Its working fine on the emulator but when I tried to run it on the device, it crashed.
After debugging it , the reason that i got was 'address out of bound' for the color pixel.
Please suggest to resolve this pointer issue... how to solve this exception.