搜索资源列表
BITMAP-ARRAY-CONVETER
- BITMAP ARRAY CONVETER: Converts any Bitmap image to string array.
RAWImageViewer
- 一个读取并显示raw格式图像的小程序,实现方法为首先将raw读取为byte[],然后转化为bitmap,最后显示-A raw image(8-bits) viewer. In this program, a raw image will be read in an array of byte which subsequently is converted to a bitmap for displaying.
