ashryanbeats / resize-app-icons

A shell script for resizing a png for App Store icons with ImageMagick

Home Page:http://ashryanbeats.com/making-app-store-icons-with-bash-scripting-and-imagemagick/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resize-app-icons

This script makes app icons by resizing copies of a source image for all required App Store sizes (currently Message Application icon sizes only).

Requirements

ImageMagick

This script requires installing the ImageMagick CLI.

You can get it here: http://www.imagemagick.org/

The script will check for ImageMagick before running.

Structure

  • resize-app-icon.sh // This script
  • /resized // Output destination for the script

Using the script

The script takes a single argument: the source png image to create the resized files from.

Usage:

bash ./resize-app-icon.sh app-icon.png

About

A shell script for resizing a png for App Store icons with ImageMagick

http://ashryanbeats.com/making-app-store-icons-with-bash-scripting-and-imagemagick/

License:MIT License


Languages

Language:Shell 100.0%