https://github.com/philippeitis/imagemutation
A set of scripts to mutate images in various ways.
https://github.com/philippeitis/imagemutation
Last synced: over 1 year ago
JSON representation
A set of scripts to mutate images in various ways.
- Host: GitHub
- URL: https://github.com/philippeitis/imagemutation
- Owner: philippeitis
- License: mit
- Created: 2019-12-22T05:19:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:52:40.000Z (about 4 years ago)
- Last Synced: 2025-01-21T23:41:30.567Z (over 1 year ago)
- Language: Python
- Size: 5.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageMutation
A (set of) script(s) to mutate images in various ways.
## Getting Started
Clone the repository to your device, and run
```
pip install requirements.txt
```
Afterwards, you can get started with sort_pixels.py by doing the following:
```
python sort_pixels.py --files path/to/source/image.png
```

```
python sort_pixels.py --files ../demo/alexander-andrews--Bq3TeSBRdE-unsplash.jpg --row_only --mode 0
```
## Contributing
Review the [template](TEMPLATE) for details on what the files should look like.
## Authors
* **Philippe Solodov**
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
* @kimasendorf - https://github.com/kimasendorf/ASDFPixelSort
* https://unsplash.com/@alex_andrews: [Demo Image](demo/alexander-andrews--Bq3TeSBRdE-unsplash.jpg)
* https://unsplash.com/@nasa: [NASA Image](demo/nasa--hI5dX2ObAs-unsplash.jpg)