extending an image with Python Imaging Library -
i trying increase height of image using pil don't want image resized; want strip of blank pixels @ bottom of image. way of doing pil? guess 1 way make new image of required size , copy old image can't seem find right function this.
oops, realized can image.crop() , resize image you.
Comments
Post a Comment