Alternatives for Extracting EXIF and JPEG Data from Images

Terry Reedy tjreedy at udel.edu
Sun Mar 4 22:36:38 EST 2007


"Roger" <crosseyedpenguin at cox.net> wrote in message 
news:45EB7DEC.4080702 at cox.net...
| 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






More information about the Python-list mailing list