0

I would like to know if we can edit the picture that we take from a camera and store it on our Phone. Can we make use of android.graphics package to edit the picture.

One of the sample picture has has been edited on the top width is this as you can see the image has been clipped from the top center just below the word "Discovery". Is this possible on Andriod?

enter image description here

Programmer Bruce
  • 64,977
  • 7
  • 99
  • 97
Sana
  • 9,895
  • 15
  • 59
  • 87

1 Answers1

0

Yes, you can make a Canvas out of a bitmap, and then use canvas drawing commands to mutate and save it again.

I'm not really sure what you're asking, though.

Matthew
  • 44,826
  • 10
  • 98
  • 87