放大图像而不模糊

时间:2017-07-22 13:50:36

标签: android xml image

我的图像非常小:

enter image description here

(在gimp上制作的图像,如果我在这里粘贴,它将是不可见的)

它的尺寸为5x5像素,它有一些100%透明度的像素和80%的其他像素。

我试图将其用作ImageView的背景。我想将它扩展到更高的尺寸。然而,当我这样做时,整体效果变得模糊,而不是我真正想要的。

XML布局

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#000">

    <ImageView
        android:layout_width="500dp"
        android:layout_height="500dp"
        android:background="@drawable/boxes"/>

</RelativeLayout>

不需要的结果

enter image description here

问题

如何让它看起来很好?也就是说,使用尖角方块。

2 个答案:

答案 0 :(得分:0)

使用SVG调查背景 - 这些应该在各种尺寸下显得清晰

答案 1 :(得分:0)

首先,尝试调整它的大小。如果此过程失败,请截取该图片的屏幕截图以获得更清晰的视图,然后再次调整大小。