来自 SVG 的资产 Android 和 iOS

Assets Android and iOS from SVG

我搜索用于从 SVG 文件创建资产 Android 和 iOS 的工具或应用(为了不丢失分辨率或质量)。

例如,我有 my_img.svg 我使用应用程序并生成一个 zip:

iOS

my_img@3x.png my_img@2x.png my_img.png

Android

hdpi/my_img.png xhdpi/my_img.png xxhdpi/my_img.png ... 我使用 Xamarin,我不想使用 Android Studio 和 Xcode 来创建资产。

你知道这个应用程序是免费的还是免费的,源代码中有 SVG?

你听说过w3goodies for ios and cloudconverter android吗?

对于 Android 你可以使用 Asset Studio 它还有助于为操作栏图标、应用程序图标等选择合适的尺寸。因为我不是 iOS 开发者,所以我会同意 Brayan Armando Yaquian Gonzale 对该平台的回答。