Skip to content

Commit

Permalink
Update README with Why section
Browse files Browse the repository at this point in the history
  • Loading branch information
hidrodixtion committed Oct 25, 2017
1 parent 401e548 commit c89123d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

`icic` is a tool to simplify the generation of iOS and Android image asset from an image file. For Android, this tool will generate & classify image based on the dpi. For iOS this tool will create 1x, 2x, 3x and also `filename.imageset` metadata file.

## Why

So many helper tools out there to automate the generation of image asset, but most of them are desktop base which need many interaction until the final asset is created and also the app is not free. The other tool is webapp like [Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/index.html) and like the desktop app, still need many interaction until the final asset is created and the final asset will be in zip format that user need to unzip it first before using. What I want is minimum interaction for image asset generation, that's why this CLI app was born.

## Requirements

This tool rely on ImageMagick or GraphicsMagick so make sure this tools already installed. You can check if you have it installed by running
Expand Down

0 comments on commit c89123d

Please sign in to comment.