summaryrefslogtreecommitdiff
path: root/tools/image_importer/README.md
blob: abc088fcced008e5aa113342229033ae1d0fc747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# A simple image generator

## How to execute:
`$ ./imagegen.py`
Two output images are generated: `image.bin` and `image.ppm`.

## Changing the size of the output image
Change variable `image_size` at the beginning of `imagegen.py`.

## Changing output image format
If you want to output another image format, you can use as below:
`im.save("image.jpg")`

# An image importer
Need description.