An open API service indexing awesome lists of open source software.

https://github.com/SSilence/asset-generator

This is a simple command line asset resizer for Android and iOS
https://github.com/SSilence/asset-generator

android asset asset-studio command-line ios resizer

Last synced: 11 months ago
JSON representation

This is a simple command line asset resizer for Android and iOS

Awesome Lists containing this project

README

          

asset-generator
===============

This is a cheap asset resizer for Android and iOS. It takes an image in @3x or xxhdpi size and resize it:
* Android: mdpi, ldpi, hdpi, xhdpi, xxhdpi
* iOS: @1x, @2x, @3x

## Installation

```
npm install asset-generator -g
```

## Usage

```
asset-generator --android --ios
```

android or ios option is optional. Only use --android if you need only android assets.

example:
```
#asset-generator *.png --android /my-android-project/app/src/main/res --ios /my-ios-project/app/assets
```

---
Copyright (c) Tobias Zeising, tobias.zeising@aditu.de
http://www.aditu.de
Licensed under the MIT license