Narendra Singh Rathore wrote: > Hi Pedro, > > I want to apply effects on image like reflection, rotation, round corner, > blur and so on. > > And also to save that image with that effect. > > I hope, you got my query this time. > > > Thanks and Regards, > NSR
1. create a Bitmap 2. create a Canvas using Canvas(Bitmap bitmap) constructor 3. draw whatever you want using that canvas 4. write a bitmap using compress() method pskink -- 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

