imagemagickでテスト用の適当な画像をつくる
https://gyazo.com/e08c648591ba1734cd5e3180782219d7
code:magick
magick -depth 8 -size 10x10 xc: +noise Random -sample 10000% out.png
とかするとコマンド一発かつ7対応でいけそう。
https://gyazo.com/c8ee408491a69a1d21ade86df6d63842
code:magick
magick -depth 8 -size 10x10 xc: +noise Random -sample 10000% -pointsize 60 -annotate +0+100 "LANG=C date" out.png
https://gyazo.com/6d4af4672687411828df6f1154a7d82b
ランダムだと区別がムズいからdateを入れる(そもそもdateだけでいい可能性はある)。