Matrix matrix = new Matrix(); matrix.setScale(-1, 1); Bitmap reverse = Bitmap.createBitmap(bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), matrix, true);
2011/12/20 chowdary nani <[email protected]>: > Hi All, > > Please send me sample code for displaying the mirror of image in android > application. > Thanks for your help. > > Thanks > Naveen > > -- > 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 -- 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

