''' Purpose: provide special image manipulation effects ''' from PIL import Image import manip import dim import color import locate def pixelate( orig ) : ''' Returns a new image that is a 16 by 16 scaling of a 1/16 by 1/16 scaling of orig ''' pass