Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 585 Bytes

image_processing

Zoom: A program to apply zoom to an image using Pixel Replication method and nothing apart from the Python Standard Library.

  • zoom_lists.py - Uses only Python lists (not even numpy) to zoom in to an image.
  • im_zoom.py - Uses numpy arrays to make the zoom work.
  • image.jpg - A sample image to apply zoom to.
  • zoom.jpg - The Zoomed imaged

Original Image: Original Image

Zoomed Image: Zoomed Image