https://github.com/stefanheng/image-cloud-generator
Like word clouds, this is a utility that generates an image cloud.
https://github.com/stefanheng/image-cloud-generator
adobe-illustrator design image-generation image-manipulation resume-builder utility visualization
Last synced: about 1 year ago
JSON representation
Like word clouds, this is a utility that generates an image cloud.
- Host: GitHub
- URL: https://github.com/stefanheng/image-cloud-generator
- Owner: StefanHeng
- License: mit
- Created: 2021-09-07T00:06:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T04:42:20.000Z (over 2 years ago)
- Last Synced: 2024-01-22T05:36:54.932Z (over 2 years ago)
- Topics: adobe-illustrator, design, image-generation, image-manipulation, resume-builder, utility, visualization
- Language: Python
- Homepage:
- Size: 31.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-Cloud-Generator

Like word clouds, this is a utility that generates an image cloud.
## Usage
Generate a template JSON with name `example.json`, as in `example.py`, then run:
```bash
python img_gen.py
```
Note that image files are added to the canvas as orders specified by the json file.
Enjoy!
## FYI
For the power of randomization, feel free to run it multiple times to pick your favorite!
You can reuse the randomly generated coordinates from the corresponding `.pickle`.
Also, feel free to play with the constant values in `img_gen`.