发布时间:2013-11-04 10:19:41
原创:kylin_zeng ;http://blog.chinaunix.net/uid/23795897.html1、在linux系统下2、保证能上网3、apt-get install netpbm4、bmptoppm temp1.bmp > temp2.ppm //生成ppm5、ppmquant 224 temp2.ppm > temp3.ppm //转换成224颜色的ppm6、pnmnoraw temp3.ppm > logo_linux_clut224.ppm //转化成ascii格式。.........【阅读全文】