]> git.donarmstrong.com Git - neurodebian.git/blobdiff - live/auto/config
crop splash before resizing to get proper scaling of resultant image
[neurodebian.git] / live / auto / config
index bff2059f8074748e903178ce4cadd06c739ca590..6f842809f2e316ccc385174533762996ba143f8a 100755 (executable)
@@ -13,7 +13,8 @@ if [ ! -e neurodebian-splash.png ]; then
     # For Grub2 it should be .tga;
        # NOTE: RLE compression is not supported by imagemagick for write
        xcf2png -o neurodebian-splash-big.png ../artwork/wallpaper_hotbrain.xcf
-       convert neurodebian-splash-big.png -geometry 640x480 neurodebian-splash.png
+       convert neurodebian-splash-big.png -crop 1400x1050+280 -geometry 640x480 \
+               neurodebian-splash.png
 fi
 
 # enable recommends for now since we care about 'typical' use patterns atm