Scripts posted recently tagged to pil in Kelpi

1- 2 of 2.

convert images into square thumbnails, batch mode

to pil thumbnails python by nando.quintana

import Image
import os
from os.path import join, getsize
def handle_nonproportional_thumb(image_obj, width=75, height=75):
    """

Draw 256x256 png tiles with request parameters

to python pil psp google maps tiles by nando.quintana

<%
import re
from PIL import ImageFont
from PIL import Image
from PIL import ImageDraw
hits counter