-2

how can get image from gallery and set this image on another image and edit this image for fix this on frist image?? (Sorry for my weak english language)

  • 1
    Welcome to Stack Overflow! As it currently stands, your question could be more clear. Adding context, code you've already tried, and an indication of where you are at in tackling the problem will all help people answer you better. – galdre Oct 09 '14 at 17:01
  • Tnx for your help, but i dont know how i can do it – Hossein Amirabadi Oct 09 '14 at 17:21
  • Are you trying to program an Android app? Are you trying to find an app to merge two images on your personal Android device? You're also asking several questions here, which would be best asked individually: How do you select an image from the gallery (this question has answers already)? How do you "set this image on another image"? How do you "edit this image for fix on first image"? – galdre Oct 09 '14 at 17:54
  • Yes i trying to create an android app and i want to get an image from gallery( i know how i can do this) and merge with another image – Hossein Amirabadi Oct 09 '14 at 18:05

1 Answers1

0

if you only want to display two overlapped images in UI try to use FrameLayout

how to overlap two images each other

but if you really want to combine those images you can do that through 'Canvas' class

How to combine multiple images into a single image in android? http://www.jondev.net/articles/Combining_2_Images_in_Android_using_Canvas

Community
  • 1
  • 1
Sina Amirshekari
  • 1,908
  • 1
  • 15
  • 17