/stack-icons-automator

Automator app for creating Stack icons in the correct file size and name

MIT LicenseMIT

Stack Icons Automator

Automator app for creating Stack S3 icons in the correct file size and name.

Input:

  • Square PNG Image with image size of >= 256px. Best use image size of 512px or 1024px
  • Base File Name, will be asked during automator workflow. Default: "icon".

Output:

  • Square PNG Images with given image size, where "icon" is replaced by Base File Name.

Example:

icon.png (128px)
icon@2x.png (256px)
icon@50.png (50px)
icon@58.png (58px)
icon_large.png (64px)
icon_large@2x.png (128px)
icon_medium.png (32px)
icon_medium@2x.png (64px)
icon_small.png (16px)
icon_small@2x.png (32px)

Usage:

  • Drop input file on app (works nice with Dropzone 3), output images will be placed into Desktop.

License: MIT