aboutsummaryrefslogtreecommitdiff
path: root/recipes-demo/de10-nano-fftsw-apps/files/images/create_montage_squares_4096.sh
blob: dfec3a5f413cc5bfed29111eedfb234bc9a568db (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_4096_square.png \
	c32_4096_square.png \
	fft_4096_square.png \
	fftdma_4096_square.png \
	neon16_4096_square.png \
	neon32_4096_square.png \
	-tile 1x6 \
	-geometry 640x480+5+5 \
	squares_4096.png