Hi,
I have a problem with android Ginger in my application. I need to get
a pixel value - but in need to be the same on all phones. But when I
use getPixel method on ginger bread I get different value then in
older version.

Here is example:

BitmapFactory.Options defaultBmpOpt = new BitmapFactory.Options();
defaultBmpOpt.inDither = false;
defaultBmpOpt.inScaled = false;
imgb = BitmapFactory.decodeFile(MaskPath[ActivePanel], defaultBmpOpt);
getPixel(x,y);

in old version I get eg.:

-8126209 value but on new ginger I get -8388353

Does anyone have idea where is the problem?

Regards,
Marcin.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to