1、# apt-get install imagemagick //安装图像处理软件imagemagick
2、# convert 源图片名 -resize 640x480! -colors 14 test.xpm //强制将源图设置为640x480分辨率,14色素,格式为xpm。
3、# gzip text.xpm //通过gzip压缩xpm格式背景图
4、编辑menu.lst通过"xplashimage"加载背景图
5、注释掉color语句,并用background和foreground设置前景色和背景色,例句:
background bbbbbb
foreground 3355aa
阅读(1508) | 评论(0) | 转发(0) |