Update dev splashscreen

This commit is contained in:
Yoann Quenach de Quivillic 2023-02-21 14:11:25 +01:00 committed by Nyall Dawson
parent ef3c301a34
commit 556fbee056
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ mkdir -p mosaic
rm -f mosaic/*.png
for (( t=0; t<number_of_tiles; t++ )); do
echo "tile $t"
montage -background '#2e2e2eff' -geometry 200x200+2+2 -tile 3x3 avatars_${t}/*.png mosaic/mosaic$(printf "%02d" ${t})0.png
montage -background "${grey}" -geometry 200x200+${tile_side-1}+${tile_side-1} -tile ${tile_side}x${tile_side} avatars_${t}/*.png mosaic/mosaic$(printf "%02d" ${t})0.png
done
# create QGIS block

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 MiB

After

Width:  |  Height:  |  Size: 9.6 MiB