Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theherk/app-icon-template
This is an App Icon Template and script for making iOS 7 and precomposed icons using Inkscape. Created by Kodira.
https://github.com/theherk/app-icon-template
Last synced: 16 days ago
JSON representation
This is an App Icon Template and script for making iOS 7 and precomposed icons using Inkscape. Created by Kodira.
- Host: GitHub
- URL: https://github.com/theherk/app-icon-template
- Owner: theherk
- Created: 2014-03-07T01:33:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T14:04:58.000Z (almost 10 years ago)
- Last Synced: 2024-05-01T12:36:09.308Z (9 months ago)
- Language: Shell
- Size: 163 KB
- Stars: 54
- Watchers: 5
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iOS 8 App Icon SVG Template for Inkscape
===Originally downloaded from [Kodira](http://kodira.de/2013/11/ios-7-app-icon-template-inkscape-svg-editor/) and modified for use with the new iOS 8 specifications and Mac OS X platform.
Summary
---> There are a couple of IOS 7 App Icon Template for Photoshop available, but none
> for Inkscape. We here at Kodira are fond of [Inkscape](http://www.inkscape.org) a great vector graphics
> editor to edit SVG files. So we created our own SVG App Icon Template for iPad
> and iPhone 7 Apps. It includes the new golden ratio grid. For easy export we
> wrote a small script to quickly render your App icon in all [sizes you will need
> for iOS development](https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/IconMatrix.html). You can download the SVG template and the script here.
>
> - _Kodira_How to use
---Download these files. There are two files:
+ AppIconTemplate.svg
+ resize.sh### Design Instructions
1. Open `AppIconTemplate` in Inkscape.
2. Design icon on `Layer`.
3. Color `Background`.
4. Hide `GUIDES`, `MASK`, and `BORDER`.
5. Save and run script.If you want a precomposed icon with the rounded corners:
1. Follow same steps as above.
2. Before saving show `FULL MASK to BG`.
3. Select white mask and background.
4. Set Mask. (Should now look the same as when `MASK` is shown.)
5. Save and run scipt.### Script Instructions
You may need to edit the path to your Inkscape binary for this to work.
```sh
./resize.sh AppIconTemplate.svg
```