Skip to content

Latest commit

 

History

History
executable file
·
46 lines (33 loc) · 1.25 KB

README.md

File metadata and controls

executable file
·
46 lines (33 loc) · 1.25 KB

gimp-plugins

export_resized_ios_assets

Exports images at 75% and 50% (144 dpi) and 25% (72 dpi) size

GIMP imagePlug-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

export_resized_ios_app_icons

Creates all icons you need for your universal iOS app from an 512 x 512 @ 144 dpi image.

License

Released under the MIT License

Installation

Copy file to plug-in directory and make executable.

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