i need to segment an image into regions .i开发者_运维技巧\'m using pil.i found no module to segment image in pil. I need this segmented regions as a list or dictionary.
My digital camera takes pictures with a very high resolution, and I开发者_运维技巧 have a PIL script to shrink them to 800x600 (or 600x800). However, it would be nice for the resultant file to retain
I\'m trying to run a webapp/site on my machine, it\'s running on OSX 10.6.2 and I\'m having some problems:
I want to generate a page of html with dynamic content and then save the result as an image as well as display the page to the user. So, user signs up to attend conference and gives their name and org
I\'m working o开发者_StackOverflown a mobile site and what I have to do is 1.create a picture frame 2.add to it pictures posted by users individually, then save each picture back to the database. Does
I have a list of 3-item tuples that is the result of list(PIL.Image.getdata()). How do I do开发者_运维技巧 the opposite: build a PIL.Image object from this list?The output of getdata() does not inclu
I have a Windows Server 2008 R2 (64bits) machine on which I wanted to develop a google AppEngine app.
Does PIL resize to the exact dimensions I give it no matter what? Or will it try to keep the asp开发者_StackOverflow中文版ect ratio if I give it something like the Image.ANTIALIAS argument?Yes it will
I\'ve run into an issue I can\'t seem to figure out with PIL and reportlab. Specifically, I would like to use drawImage on a canvas in reportlab using a PIL Image object.
I am using the Python Imaging Library to colorize a black and white image with a lookup table that defines the color relationships.The lookup table is simply a 256-element list of RGB tuples: