Django thumbnails, resize image with PIL and python There is a wide variety of django filters and tags to crop, resize or make a thumbnail out of an image but most of them seem to reinvent the wheel. How to resize, crop or create a thumbnail with python and PILYou need to install the Python Image Library and this snake image to run this example. #!/usr/bin/env python try: from PIL import Image, Im