删除Imageview中图像周围的白色

时间:2014-09-27 09:00:14

标签: android

我有一个图像http://i.stack.imgur.com/mFJpO.jpg,当我添加我的项目时它看起来像http://i.stack.imgur.com/CcD2g.png但我想删除图像的白色并想要显示背景。我只需要大象在图像中显示和删除白色边框,并使布局背景显示有任何方法,我可以做到。

<RelativeLayout 
    android:id="@+id/Head"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_margin="5dp"
    android:layout_weight="70" 
    android:orientation="vertical"
    android:background="@drawable/jungle">

        <ImageView
            android:id="@+id/imageView1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentBottom="true"
            android:layout_centerHorizontal="true"
            android:layout_marginBottom="40dp"
            android:adjustViewBounds="true"
            android:scaleType="center"
            android:src="@drawable/elephant" />

 </RelativeLayout>

2 个答案:

答案 0 :(得分:1)

改用Photoshop。

  1. 在Photoshop上打开它。
  2. 删除/删除白色图层。
  3. 最后,将其另存为PNG格式。
  4. :)

答案 1 :(得分:0)

  

这是你无法通过android做的。你必须使用一些不同的工具   像Photoshop或Coral等创建透明图像(可能是.png)   文件。