Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/katebea/generate-large-images
- Owner: kateBea
- License: mit
- Created: 2024-06-12T20:05:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:13:08.000Z (5 months ago)
- Last Synced: 2024-06-14T02:26:12.599Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```