标签:style blog http color 使用 for
#!/bin/bash image_list=$(ls *.png) for imag in ${image_list} do if test -f $imag then xxd -i ${imag} >> test.h fi done
参考:http://www.cnblogs.com/killkill/archive/2010/06/23/1763785.html
使用xxd命令把png图片转成c语言使用的数组,布布扣,bubuko.com
标签:style blog http color 使用 for
原文地址:http://www.cnblogs.com/youngkingwang/p/3848031.html