aboutsummaryrefslogtreecommitdiff
path: root/recipes-demo/de10-nano-fftsw-apps/files/images/create_montage_squares_256x32.sh
blob: fb8f7b55c76bb2223ce6faa37e5a3b858d35bc89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

montage \
	-background '#000000' \
	-font Liberation-Mono-Regular \
	c16_256x32_square.png \
	c32_256x32_square.png \
	fft_256x32_square.png \
	fftdma_256x32_square.png \
	neon16_256x32_square.png \
	neon32_256x32_square.png \
	-tile 1x6 \
	-geometry 640x480+5+5 \
	squares_256x32.png