parent
5e0abd2fb5
commit
4a9af8d263
@ -1,2 +1,12 @@ |
|||||||
# Image Encoder |
# Image Encoder |
||||||
Script to create images from bytes |
Script to generate images from specialized methods. |
||||||
|
|
||||||
|
## Usage |
||||||
|
``` |
||||||
|
./generator.py (method:str) (bytesize:int) (input_file:str) |
||||||
|
``` |
||||||
|
|
||||||
|
## Method Examples |
||||||
|
|
||||||
|
### ascii_bin |
||||||
|
![ascii_bin example](ascii_bin-example.png) |
||||||
|
After Width: | Height: | Size: 698 B |
Loading…
Reference in new issue