Skip to content

Instantly share code, notes, and snippets.

@Kuurse
Kuurse / XamarinImageResizer.py
Created December 14, 2018 11:36
Resizes icons for Xamarin.Forms applications
# 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