digital_image_processing.change_brightness

Attributes

brigt_img

Functions

change_brightness(→ PIL.Image)

Change the brightness of a PIL Image to a given level.

Module Contents

digital_image_processing.change_brightness.change_brightness(img: PIL.Image, level: float) PIL.Image

Change the brightness of a PIL Image to a given level.

digital_image_processing.change_brightness.brigt_img