Module metadata Concepts Example Module metadata Concepts import.meta can provide information on the context of the module. The boolean import.meta.main will let you kno...
Module metadata Concepts Example Module metadata Concepts import.meta can provide information on the context of the module. The boolean import.meta.main will let you kno...
Rotation Overtime Module Rotation Overtime Module Property Role separateAxes Whether the three axes rotate separately. X Y Z The curve of the rotation with time can be set ...
The pypy module Generally available functionality Fast String Concatenation Interacting with the PyPy debug log Transparent Proxy Functionality Additional Clocks for Timing E...
ImageStat Module ImageStat Module The ImageStat module calculates global statistics for an image, orfor a region of an image. class PIL.ImageStat. Stat (image_or_list, mask=...
ImageFont Module Example Functions Methods ImageFont Module The ImageFont module defines a class with the same name. Instances ofthis class store bitmap fonts, and are used...
ImageFilter Module Example: Filter an image Filters ImageFilter Module The ImageFilter module contains definitions for a pre-defined set offilters, which can be be used with...
ImageFile Module Example: Parse an image Parser PyDecoder ImageFile Module The ImageFile module provides support functions for the image openand save functions. In additio...