"Roger" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| Max Erickson wrote:
| > I don't know what the format is, etc, but jpegs I open with PIL have a
| > quantization attribute, e.g:
| >
| >>>> im.quantization

| Thank you, I wasn't aware of the quantization method.  I was unable to
| find any documentation for it.

The builtin dir(ob) function returns a list of attributes of ob.  Great for 
discovering things that are not documented.

tjr



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to