Generate ios all size images (.jpg or .png).
Run create_ios_all_size_images.command
- Conventions for source file layout
.
├── create_ios_all_size_images.command
│
├── src // Resize the image before
│ └── button-128-64-32.png
│
└── build // Resize the image after
├── button.png
├── [email protected]
└── [email protected]
- Image file name format (src directory files)
button-128-64-32.png
( string-@3xSize-@[email protected] )