⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 imagetra.c

📁 MFC color image processing using C (funtion code)
💻 C
字号:
#include <stdio.h>
#include <stdlib.h>

int r_g_b_read(unsigned char *image, int xsize, int ysize, char *filename);
int r_g_b_write(unsigned char *image, int xsize, int ysize, char *filename);
int rgb_read(unsigned char *image, int xsize, int ysize, char *filename);
int rgb_write(unsigned char *image, int xsize, int ysize, char *filename);
int cpi_read(unsigned char *image, int xsize, int ysize, char *filename);
int cpi_write(unsigned char *image, int xsize, int ysize, char *filename);
int cii_read(unsigned char *image, int xsize, int ysize, char *filename);
int cli_write(unsigned char *image, int xsize, int ysize, char *filename);
int bmp_read(unsigned char *image, int xsize, int ysize, char *filename);
int bmp_write(unsigned char *image, int xsize, int ysize, char *filename);

unsigned char *image_rgb;
/*--- main ---    紇钩郎

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -