源码,可以将YUV转换成BMP,也可以将BMP转换为YUV,c#工程,但转换部分为纯c/c++实现,可以直接移植出。
2019-12-21 22:13:27 2MB YUV BMP 转换
1
Bmp2raw is a tool to convert 24bit BMP file to raw data. It may be useful before generating C arrays for showing a picture in a embeded system. The color order in the output file is (B,G,R),(B,G,R), ...
2019-12-21 20:12:23 12KB bmp2raw 图像转换
1
批量快速将多张bmp图片转换为bin文件,bmp图片位深度为24bit,bin文件可选择8bit(RGB323)、16bit(RGB565)、24bit(RGB888) 输出,用于烧录到 外部flash,单片机去读取数据显示图像。因为输出每张bmp图片所在flash里的起始位置以及图片尺寸、大小。还有每张图片的枚举索引,图片文件名跟随在索引后,提供快速图像化处理,极大方便用单片机来做图形界面。
1
纯C代码不用依赖其他库
2019-12-21 19:46:56 14KB bmp转换jpg
1