0

how does bitmap return data in the form of integer array. And how do i convert it into integer array form. After conversion to integer array form i want to compress that integer array form. Is it possible? If so how? Kindly help me out

user562237
  • 775
  • 5
  • 15
  • 24

1 Answers1

0

Aside from the integer array, Bitmap class already have compress method. May be it already fits your needs.

Vladimir Ivanov
  • 42,730
  • 18
  • 77
  • 103
  • yes i want to reduce the integer array size allocation and by that way i want to compress the bitmap. I have used bitmap.compress . but will it actually compress( i mean will it reduce pixels) – user562237 Apr 29 '11 at 12:12