Skip to content

kapil-varshney/image_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages