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)
[email protected] (256px)
[email protected] (50px)
[email protected] (58px)
icon_large.png (64px)
[email protected] (128px)
icon_medium.png (32px)
[email protected] (64px)
icon_small.png (16px)
[email protected] (32px)
Usage:
- Drop input file on app (works nice with Dropzone 3), output images will be placed into Desktop.
License: MIT