Re: [android-developers] Re: save image with transition effect
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home