Hi, I am trying to mention X and Y values for the Bitmap image, but the phone panics on mentioning the values.
Bitmap temp_image = Bitmap.createBitmap(mAlbumArtImage,0,0,old_width,old_height,matrix,true); - Phone does not panic with this code as X and Y values are 0 and 0 Panic code: Bitmap temp_image = Bitmap.createBitmap(mAlbumArtImage,2,2,old_width,old_height,matrix,true); - On mentioning X and Y values in the code, the phone panics. Can anyone please let me know if I am missing anything. Thanks, Sathya -- 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

