https://github.com/derrickpelletier/unshredder
Magical image unshredding
https://github.com/derrickpelletier/unshredder
Last synced: 24 days ago
JSON representation
Magical image unshredding
- Host: GitHub
- URL: https://github.com/derrickpelletier/unshredder
- Owner: derrickpelletier
- Created: 2013-02-07T11:07:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T03:38:35.000Z (almost 12 years ago)
- Last Synced: 2025-02-05T04:05:40.054Z (3 months ago)
- Language: Python
- Size: 3.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image Unshredder
==========Magical image unshredding!
## bonus_unshredder.py
This script takes an image that is shredded into uniform pieces and rearranged randomly. It will detect how wide the slices are and attempt to arrange them in proper order.
```python
python bonus_unshredder.py shredded/beach.png
```This is my first Python script. It was done as quickly as possible for an Instagram developer challange. I'm likely missing some Python best practices or something.
Images can be shredded with shredder.py
```python
python shredder.py originals/beach.png
```