

Image moduleImageChops (“channel operations”) moduleImageCms moduleImageColor moduleImageDraw moduleImageEnhance moduleImageFile moduleImageFilter moduleImageFont moduleImageGrab moduleImageMath moduleImageMorph moduleImageOps moduleImagePalette moduleImagePath moduleImageQt moduleImageSequence moduleImageShow moduleImageStat moduleImageText moduleImageTk moduleImageTransform moduleImageWin module (Windows-only)ExifTags moduleTiffTags moduleJpegPresets modulePSDraw modulePixelAccess classfeatures module_binary module¶Binary input/output support routines.
Converts a 2-bytes (16 bits) string to an unsigned integer.
c – string containing bytes to convert
o – offset of bytes to convert in string
Converts a 4-bytes (32 bits) string to an unsigned integer.
c – string containing bytes to convert
o – offset of bytes to convert in string
Converts a 2-bytes (16 bits) string to a signed integer, big endian.
c – string containing bytes to convert
o – offset of bytes to convert in string
Converts a 2-bytes (16 bits) string to a signed integer.
c – string containing bytes to convert
o – offset of bytes to convert in string
_deprecate module¶Deprecations helper.
deprecated – Name of thing to be deprecated.
when – Pillow major version to be removed in.
replacement – Name of replacement.
action – Instead of “replacement”, give a custom call to actione.g. “Upgrade to new thing”.
plural – if the deprecated thing is plural, needing “are” instead of “is”.
Usually of the form:
“[deprecated] is deprecated and will be removed in Pillow [when] (yyyy-mm-dd).Use [replacement] instead.”
You can leave out the replacement sentence:
“[deprecated] is deprecated and will be removed in Pillow [when] (yyyy-mm-dd)”
Or with another call to action:
“[deprecated] is deprecated and will be removed in Pillow [when] (yyyy-mm-dd).[action].”
_tkinter_finder module¶Find compiled module linking to Tcl / Tk libraries
_typing module¶Provides a convenient way to import type hints that are not availableon some Python versions.
Typing alias.
Typing alias.
Typing alias.
_util module¶Bases:object
Creates an object that raises the wrapped exceptionex when used,and casts it toAny type.
_version module¶PIL.Image.core module¶An internal interface module previously known as_imaging,implemented in_imaging.c.
A representation of the image data.