Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katebea/generate-large-images

This is a repo with a simple script in Python to generate large images for testing purposes
https://github.com/katebea/generate-large-images

Last synced: about 5 hours ago
JSON representation

This is a repo with a simple script in Python to generate large images for testing purposes

Awesome Lists containing this project

README

        

# Generate Large Images

This is a repo with a simple script in Python to generate large images for testing purposes

## Dependencies

```shell
pip install numpy
pip install Pillow
```