Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 998 Bytes

File metadata and controls

29 lines (23 loc) · 998 Bytes

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

A notebook to showcase 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
  • Rotate
  • Pad
  • Blur(2 methods)
  • Resize
  • Lightness
  • Brightness
  • Contrast
  • Electronic Wave Effect

Blog: https://medium.com/@parasraorane/image-manipulation-in-python-without-external-libraries-8a7996b1155a

Effects:

  • Channels

alt text

  • Invert

alt text

  • Mirror

alt text