Module images
Utility functions for handling images.
Requires Pillow as you might imagine.
source linkClasses
Functions
▷ def get_image_dimensions(file_or_path, close=False) Return the (width, height) of an image, given an open file or a path. Set 'close' to True to close the file at the end if it is initially in an open state.