I am stuck up with one problem in my Project.
I am modiying an image.I have successfully read the Image file from the mobile phone.
I modify the pixel values of image read according to my need and i want to save this new image back in the phone in phone memory.
But the problem is i have the data present in the int[] and byte[] array.
How do i convert this int[] or byte [] array to Image object ...?
I want to save this image in the phone memory of the mobile phone..
How do i code that...?
Any help would be appreciated....

Reply With Quote



