On 2009-06-08, Xah Lee wrote:
> is there a python image library that does pretty much what imagemagick
> does?
http://www.pythonware.com/products/pil/
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 24 Nov 2008 00:52:02 -0800 (PST), amine <[EMAIL PROTECTED]> wrote:
> well, here is the background. I have images of objects (cars,
> clothes, ...) with a white background in most of the cases
>
> I have to build a function with PIL that takes away the background.
> it seems simple, just lo
Well not much maths in my answers but...
On 24 Nov, 08:52, amine <[EMAIL PROTECTED]> wrote:
> well, here is the background. I have images of objects (cars,
> clothes, ...) with a white background in most of the cases
>
> I have to build a function with PIL that takes away the background.
> it see
well, here is the background. I have images of objects (cars,
clothes, ...) with a white background in most of the cases
I have to build a function with PIL that takes away the background.
it seems simple, just look for the "white" and make it transparent but
the problem is in reality much more c