View create-app-launcher-images.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
View create-app-launcher-icons.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |