- Resize bulk images @1x@2x@3x for Xcode Assets.
- Generate Config.json file for each image.
- Generate folders for each image so it is organized nicely.
- Checks and auto installs ImageMagick if necessary.
To run this application, you'll need Homebrew and ImageMagick installed on your Mac. From your terminal:
# Clone this repository
$ git clone https://github.com/TheRealAnt/iOSImageAssetResizer1x2x3x
# Go into the repository
$ cd iOSImageAssetResizer1x2x3x
# Run the script
$ ./123ImageResizer.sh
#If you have 'permission denied' when trying to run, try:
$ chmod +x ./123ImageResizer.sh
MIT
GitHub @TheRealAnt