[Tkinter-discuss] Default Tkinter Structure of a 640x480 PIL BMPFile?

Michael O'Donnell michael.odonnell at uam.es
Wed Apr 1 19:10:19 CEST 2009


Dear Wayne,

  Probably better directed at the PIL/Image list:

http://mail.python.org/mailman/listinfo/image-sig

In any case a BMP file has a structure independent of the software which
reads it, do a google for bmp to find information on it.

Once an image is loaded into PIL, PIL offers methods to access
the image. See PIL documentation for these methods:

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

Mick

2009/4/1 Wayne Watson <sierra_mtnview at sbcglobal.net>:
> See Subject. Does it have a header, DIB,  palette, and data section? What is
> the default depth?
> --
>
>            Wayne Watson (Watson Adventures, Prop., Nevada City, CA)
>
>              (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)
>
>
>           The Obama Administration plans to double the production
>           in solar energy from 1% to 2% of the total energy
>           supply in the next few years. One nuclear reaction
>           would do the same. Heard on Bill Wattenburg, KGO-AM
>
>           "Less than all cannot satisfy Man." -- William Blake
>
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>
>


More information about the Tkinter-discuss mailing list