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

📄 targa_lc.h

📁 frasr200的win 版本源码(18.21),使用make文件,使用的vc版本较低,在我的环境下编译有问题! 很不错的分形程序代码!
💻 H
字号:
#ifndef TARGA_LC_H
#define TARGA_LC_H

#define HEADERSIZE 18		/* Size, offsets, and masks for the */
#define O_COMMENTLEN 0		/* TGA file header.  This is not a	*/
#define O_MAPTYPE 1			/* structure to avoid problems with	*/
#define O_FILETYPE 2		/* byte-packing and such.			*/
#define O_MAPORG 3
#define O_MAPLEN 5
#define O_MAPSIZE 7
#define O_XORIGIN 8
#define O_YORIGIN 10
#define O_HSIZE 12
#define O_VSIZE 14
#define O_ESIZE 16
#define O_FLAGS 17
#define M_ORIGIN 0x20

#define	T_NODATA 0
#define T_RAWMAP 1
#define T_RAWRGB 2
#define T_RAWMON 3
#define T_RLEMAP 9
#define T_RLERGB 10
#define T_RLEMON 11

#endif

⌨️ 快捷键说明

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