¡@

Home 

2014/10/16 ¤W¤È 08:15:21

android Programming Glossary: imgin

BitmapFactory.decodeResource returns a mutable Bitmap in Android 2.2 and an immutable Bitmap in Android 1.6

http://stackoverflow.com/questions/4349075/bitmapfactory-decoderesource-returns-a-mutable-bitmap-in-android-2-2-and-an-immu

bitmap to a mutable bitmap. This operation doesn't allocates more memory that there is already allocated. @param imgIn Source image. It will be released and should not be used more @return a copy of imgIn but muttable. public static Bitmap.. is already allocated. @param imgIn Source image. It will be released and should not be used more @return a copy of imgIn but muttable. public static Bitmap convertToMutable Bitmap imgIn try this is the file going to use temporally to save the.. and should not be used more @return a copy of imgIn but muttable. public static Bitmap convertToMutable Bitmap imgIn try this is the file going to use temporally to save the bytes. This file will not be a image it will store the raw image..