Skip to content

codingrhythm/unshredder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unshredder

Instagram Engineering Challenge: The Unshredder

This is a python script I wrote that unshreds the random shredded photo.

This is a challenge from Instagram Engineering Blog.

Example Photo

Usage


  1. Run shred.py to shred photos from original folder. The outputs will be in shredded folder.
  2. Run unshred.py to restore photos from shredded folder. Restored photos will be in unshredded folder.

The script will also detect the width of shreds and number of shreds automatically.

Your comments and suggestions are more than welcome.