-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Icon Creation to GenerateIssuerIconAssets.sh #60
Conversation
Wow, that's super cool! Thanks so much for working on this! I'll read through the script and post feedback inline. |
I have a branch locally with quite a few icons without rounded corners and code to round them at runtime. Will post a PR with it as soon as I've had time to clean it up somewhat! |
The inital cp has been replace by sips --resampleWidth 192, and the subsequent usages of sips now all use the source file as their base.
Alright, all suggestions implemented. Thanks to @ThinkChaos for the RegEx and directory pointers. Probably should squash before merging. |
Merged as d6b4544 and 174fcf5 with some small modifications:
Thanks so much @FIGBERT and @ThinkChaos! |
After our discussion on #52, I spent some time implementing the automated icon generation we discussed. The
bash
script usessips
– which ships with macOS – andag
– anack
alternative that you can install with Homebrew – to generate the icon files.The one missing feature that we discussed is removing the hard-coded rounded corners, but that can be implemented in another pull request.