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