unit-3 image processing
unit-3 image processing
2. Vector Images
● Each pixel has 3 values: Red (R), Green (G), and Blue (B), ranging from 0 to 255.
Color Models in Digital Images
2. Grayscale
● Represents color in terms of hue (color), saturation (intensity), and value (brightness).
● PIL is the Python Imaging Library which provides the python interpreter with
image editing capabilities.
● It was developed by Fredrik Lundh and several other contributors.
● Pillow is the friendly PIL fork and an easy to use library developed by Alex
Clark and other contributors. We’ll be working with Pillow.
Assignment: