Skip to content

Instantly share code, notes, and snippets.

@giannisos
giannisos / create-app-launcher-images.txt
Last active October 26, 2021 06:26
Create launcher images for apps - A python plugin for Gimp
This plugin uses the current image loaded in Gimp to create the launcher images for iOS a/o Android apps.
The source image must be larger or equal to 2732x2732 pixel.
When putting the contents in your image, consider that:
- in order to generate all the various requested sizes, the image will be cropped and scaled depending on the initial settings;
- nevertheless, a 1125x1125 pixel central part of the image will never be cropped (that's a safe zone for important contents!).
See this source image example indicating the cropping areas depending on the orientation:
https://blog.sosidee.com/create_app_launcher_images_template.png
@giannisos
giannisos / create-app-launcher-icons.txt
Last active October 4, 2018 14:31
Create launcher icons for apps - A python plugin for Gimp
This plugin uses the current image loaded in Gimp to create the launcher icons for iOS a/o Android apps.
The source image must be larger or equal to 1024x1024 pixel.
All icons will be generated in png format.
Files:
- create-app-launcher-icons.txt (this file)
- create_app_launcher_icons.py (main script)
- create_app_launcher_icons.en (english translation)