I'm writing an app that needs to save a color-corrected full-sized (6
megapixels == 12MByte) to a file (since it can't be held in memory
next to the original non-color-corrected bitmap):
  'Original Bitmap' + 'ColorMatrix' --> 'Color-Corrected Bitmap in a
file'

I use getPixels to get an integer-array of bitmap pixels and write
this to a file (calling getPixels multiple times with different values
for the 'y' parameter). The integer-array can then be written to a
file.
It is (very) slow, but it works.

On Aug 22, 10:11 am, karthikr <[email protected]> wrote:
> Hi Guys,
>
> Im still not able to figure out the problem.
>
> When i try to use the Bitmaps compress method for PNG formats there
> doesnt seems to be any problem.
>
> But for JPEG format there is a sever loss of quality even if i give
> the quality as 100.
>
> Any inputs please.
>
> Regards,
> R.Karthik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to