gpt4 book ai didi

android - 如何将png图像转换为矢量化图像?

转载 作者:太空宇宙 更新时间:2023-11-03 13:44:05 24 4
gpt4 key购买 nike

我使用这个在线转换器而且不止于此 https://image.online-convert.com/convert-to-svg将图像转换为矢量,但我只能将图像作为 svg 图标获取,它的标签是 svg,但我需要将其标签矢量制作成这种格式

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@color/redtext"
android:pathData="M12,21.35l-1.45,-1.32C5.4,15.36 2,12.28 2,8.5 2,5.42 4.42,3 7.5,3c1.74,0 3.41,0.81 4.5,2.09C13.09,3.81 14.76,3 16.5,3 19.58,3 22,5.42 22,8.5c0,3.78 -3.4,6.86 -8.55,11.54L12,21.35z"/>

那么我怎样才能获得这种格式的图像并将其制作成矢量图像。我也尝试使用 illustrator,但我也只得到 svg。我需要 android 应用程序的图像。

最佳答案

右键单击图像文件夹(如 drawable 或 mipmap)> New > Vector Asset

enter image description here

选择 .svg 文件并设置名称:

enter image description here

然后您将创建矢量可绘制文件:

enter image description here

<vector android:height="24dp" android:viewportHeight="24.0"
android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFFFFF" android:pathData="M21.71,11.29l-9,-9c-0.39,-0.39 -1.02,-0.39 -1.41,0l-9,9c-0.39,0.39 -0.39,1.02 0,1.41l9,9c0.39,0.39 1.02,0.39 1.41,0l9,-9c0.39,-0.38 0.39,-1.01 0,-1.41zM14,14.5V12h-4v3H8v-4c0,-0.55 0.45,-1 1,-1h5V7.5l3.5,3.5 -3.5,3.5z"/>
</vector>

关于android - 如何将png图像转换为矢量化图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46084020/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com