A growing collection of anime, photos and any other kind of weird content.[Tumblr|X/Twitter|Pillowfort|Loforo|Mastodon] [Random post]
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