From: Yaroslav Halchenko Date: Fri, 26 Nov 2010 18:58:27 +0000 (-0500) Subject: crop splash before resizing to get proper scaling of resultant image X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fff1737716ad653ea4da8cf649e7082f170e6dd;p=neurodebian.git crop splash before resizing to get proper scaling of resultant image --- diff --git a/live/auto/config b/live/auto/config index bff2059..6f84280 100755 --- a/live/auto/config +++ b/live/auto/config @@ -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