搜索资源列表
ppm
- 文件说明: function.h 函数申明 function.cpp 函数实现 main.cpp 函数调用 函数说明: ppmtoppm(char* in, char* out) 读入ppm24位彩色图像,输出ppm24位灰度图像 ppmtopgm(char* in, char* out) 读入ppm24位彩色图像,输出pgm256色灰度图像 ppmtobmp(char* in, char* out) 读入ppm24位彩色图像,输出bmp24位
bmp24to16
- 可以把bmp24的图像转制成16位的,可以通过code了解bmp的构造, 也可以通过改code快捷实现图片的转制。-Images can be transferred to bmp24 made 16-bit, bmp can understand the structure by code, you can also change the code to achieve quick picture conversion.
bmp24_to_16
- bmp24位转为16位565位图。自己弄了好久,终于弄出来了-the bmp24 bit into 16 565 Fig. Get yourself a long time, and finally it comes out