combining two png files in android

后端 未结 6 1640
星月不相逢
星月不相逢 2020-11-30 23:32

I have two png image files that I would like my android app to combine programmatically into one png image file and am wondering if it is possible to do so? if so, what I w

6条回答
  •  -上瘾入骨i
    2020-12-01 00:00

    You can do blending. This is not particular to Android. It's just universal image processing.

    EDIT:

    You may find these articles & samples & code useful:

    http://www.jhlabs.com/ip/

    http://kfb-android.blogspot.com/2009/04/image-processing-in-android.html

    http://code.google.com/p/jjil/

    Image Processing on Android

提交回复
热议问题