PIL and antialiasing problem

Fredrik Lundh fredrik at pythonware.com
Mon Dec 6 12:49:35 EST 2004


Laszlo Zsolt Nagy wrote:

> Statement: Sometimes PIL is better than Adobe Photoshop. :-)
>
> I also found these with the aid of the wonderful dir() function:
>
> MinFilter, MaxFilter, MedianFilter, ModeFilter, RankFilter, BuiltInFilter
>
> They do not have a docstring and they are not documented in the
> handbook. I'm curious what they do exactly. The others (like BLUR, EMBOSS,
> CONTOUR etc.) are documented very well. I wonder why is that.

they were experimental (and some of them were slightly broken, iirc)
in 1.1.4.  they're all officially supported in 1.1.5:

    http://www.pythonware.com/library/pil/handbook/imagefilter.htm

</F>







More information about the Python-list mailing list