- Notifications
You must be signed in to change notification settings - Fork0
Instagram Engineering Challenge: The Unshredder
NotificationsYou must be signed in to change notification settings
codingrhythm/unshredder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a python script I wrote that unshreds the random shredded photo.
This is achallenge from Instagram Engineering Blog.
Usage
- Run
shred.py
to shred photos from original folder. The outputs will be in shredded folder. - 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.