Android Bitmap save without transparent area

前端 未结 4 1926
暖寄归人
暖寄归人 2021-02-05 19:24

I want to save bitmap without transparent area.

Bitmap has large transparent pixel.

So i want to remove that

How can i do this?

I cant add pictur

4条回答
  •  温柔的废话
    2021-02-05 19:31

    Following the official doc:

    The new bitmap may be the same object as source, or a copy may have been made.

    You should take into account when you execute .recycle() with the source bitmap.

提交回复
热议问题