Exports images at 75% and 50% (144 dpi) and 25% (72 dpi) size
GIMP image | Plug-in output |
---|---|
80 x 80 @ 144 dpi | Icon 20 x 20 @ 72 dpi Icon 40 x 40 @ 144 dpi Icon 60 x 60 @ 144 dpi |
120 x 120 @ 144 dpi | Icon 30 x 30 @ 72 dpi Icon 60 x 60 @ 144 dpi Icon 90 x 90 @ 144 dpi |
Creates all icons you need for your universal iOS app from an 512 x 512 @ 144 dpi image.
Released under the MIT License
Copy file to plug-in directory and make executable.
- Mac OS X 10.8.3
- GIMP 2.8.4 from http://gimp.lisanet.de/Website/Download.html
Default directory: ~/Library/Application Support/GIMP/2.8/plug-ins
> cp export_resized_ios_images.py ~/Library/Application\ Support/GIMP/2.8/plug-ins
> chmod 755 ~/Library/Application\ Support/GIMP/2.8/plug-ins/export_resized_ios_assets.py
> cp export_resized_ios_app_icons.py ~/Library/Application\ Support/GIMP/2.8/plug-ins
> chmod 755 ~/Library/Application\ Support/GIMP/2.8/plug-ins/export_resized_ios_app_icons.py