An open API service indexing awesome lists of open source software.

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.

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
```

![Example](demo/alexander-andrews--Bq3TeSBRdE-unsplash_sorted.jpg)
```
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)