Internal Modules¶
_binary
Module¶
Binary input/output support routines.
- PIL._binary.i16le(c, o=0)[source]¶
Converts a 2-bytes (16 bits) string to an unsigned integer.
- Parameters
c – string containing bytes to convert
o – offset of bytes to convert in string
- PIL._binary.i32le(c, o=0)[source]¶
Converts a 4-bytes (32 bits) string to an unsigned integer.
- Parameters
c – string containing bytes to convert
o – offset of bytes to convert in string
_tkinter_finder
Module¶
Find compiled module linking to Tcl / Tk libraries
_version
Module¶
- PIL._version.__version__: str¶
This is the master version number for Pillow, all other uses reference this module.
PIL.Image.core
Module¶
An internal interface module previously known as _imaging
,
implemented in _imaging.c
.