This file contains hidden or 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
# run | |
# pip install python-resize-image | |
# pip install pillow | |
from PIL import Image | |
from os import path, scandir | |
from resizeimage import resizeimage, imageexceptions | |
# Resizes an icon and lays them out in the proper folders for Xamarin applications |