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

📄 imagewidget.h

📁 具有IDE功能的编辑器
💻 H
字号:
#ifndef IMAGE_WIDGET_H#define IMAGE_WIDGET_H#include "3dkit.h"void grey_scale_to_pixels (void *pixdata, unsigned char *data, int width, int height, int bytedepth);unsigned char *load_targa_to_grey (const char *fname, long *width, long *height, long rowstart, long rowend);int write_targa (unsigned char *pic8, const char *fname, long w, long h, int grey);void color_8bit_to_pixels (void *pixdata, unsigned char *data, int width, int height, int bytedepth);#endif

⌨️ 快捷键说明

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