combining two png files in android

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-04-29T16:03:15Z Indexed on 2010/04/29 16:07 UTC
Read the original article Hit count: 99

Filed under:
|
|

I have two png image files that I would like my android app to combine problematically into one png image file and am wondering if it is possible to do so? if so, what I would like to do is just overlay them on each other to create one file.

the idea behind this is that I have a handful of png files, some with a portion of the image on the left with the rest transparent and the others with an image on the right and the rest transparent. and based on user input it will combine the two to make one file to display. (and i cant just display the two images side by side, they need to be one file)

is this possible and how so?

© Stack Overflow or respective owner

Related posts about android

Related posts about combine