Linux

All about Linux kernel and operating systems that are based on it.
[Random post]

 tags  gallery  RSS

19.12.2021 09:14:13

Generate 1280x720 image with 16x9 grid containing random colors in each cell

$ dd if=/dev/urandom bs=1 count=432 of=in.bin

$ convert -depth 8 -size 16x9 rgb:in.bin -scale 1280x out.png


reposted by juozaspo
login