Create a Image from a batch file.
Posted: 02 Jul 2021 17:05
Hello!
Is there a way to create a image with a batch file only? i was thinking like a 64x64 with big pixels being drawn line by line. Is it possible to input a array of numbers and the batch file being able to output a bmp or a jpeg? such as colour codes for batch file like this: F = white C = red
Input:
Output:
Thanks in advance have a good day!
Is there a way to create a image with a batch file only? i was thinking like a 64x64 with big pixels being drawn line by line. Is it possible to input a array of numbers and the batch file being able to output a bmp or a jpeg? such as colour codes for batch file like this: F = white C = red
Input:
Code: Select all
FFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFCCCCCCCCCFFFFFFFFF
FFFFFFFFCCCCCCCCCFFFFFFFFF
FFFFFFFFCCCCCCCCCFFFFFFFFF
FFFFFFFFCCCCCCCCCFFFFFFFFF
FFFFFFFFCCCCCCCCCFFFFFFFFF
FFFFFFFFCCCCCCCCCFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFF
Thanks in advance have a good day!