]> git.donarmstrong.com Git - neurodebian.git/commitdiff
crop splash before resizing to get proper scaling of resultant image
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 26 Nov 2010 18:58:27 +0000 (13:58 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 26 Nov 2010 18:58:27 +0000 (13:58 -0500)
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