aboutsummaryrefslogtreecommitdiff
path: root/recipes-demo/de10-nano-fftsw-apps/files/images/create_montage_sine_256x32.sh
blob: 1b897d5f6664162a822c79f879de667887428d6b (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_sine.png \
	c32_256x32_sine.png \
	fft_256x32_sine.png \
	fftdma_256x32_sine.png \
	neon16_256x32_sine.png \
	neon32_256x32_sine.png \
	-tile 1x6 \
	-geometry 640x480+5+5 \
	sines_256x32.png