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
├── button@2x.png
└── button@3x.png
- Image file name format (src directory files)
button-128-64-32.png
( string-@3xSize-@2xSize-@1xSize.png )