コンタクトシート70枚セットが欲しいです。
そして、各写真は次のラベルのようになります。
n Comment
ここで、n は画像番号を示します。
私の Bash スクリプトはコメントを正しく表示します。画像シーケンス番号については、私は困惑しています。
#!/bin/bash
/usr/bin/montage \
-monitor \
-tile '3X3' \
-label [useless attempts to number images] %c \
'/tmp/*-thumb.jpg' \
~/Desktop/SE-%d.jpg
さまざまなfx:
式とパーセントエスケープ構造を試してみましたが、結果は何も表示されないか、数字のゼロ ( http://www.imagemagick.org/script/fx.php、http://imagemagick.org/script/escape.php ) でした。