Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 442 Bytes

File metadata and controls

18 lines (15 loc) · 442 Bytes

Image-Manipulation-using-Python-without-external-libraries

Image manipulation techniques in Python without using external libraries like OpenCV, Pillow, etc

Includes the following manipulations:

  • Channel-wise Addition
  • Invert Colors
  • Mirror Vertical
  • Mirror Horizontal
  • Blur(2 methods)
  • Resize
  • Lightness
  • Brightness
  • Contrast