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

📄 palm.h

📁 linux下将各类格式图片转换工具
💻 H
字号:
#define PALM_IS_COMPRESSED_FLAG		0x8000#define PALM_HAS_COLORMAP_FLAG		0x4000#define PALM_HAS_TRANSPARENCY_FLAG	0x2000#define PALM_DIRECT_COLOR		0x0400#define PALM_4_BYTE_FIELD		0x0200#define PALM_COMPRESSION_SCANLINE	0x00#define PALM_COMPRESSION_RLE		0x01#define PALM_COMPRESSION_PACKBITS	0x02#define PALM_COMPRESSION_NONE		0xFFtypedef unsigned long Color_s, *Color;typedef struct {  unsigned int nentries;	/* number of allocated Colors */  unsigned int ncolors;		/* number of actually used Colors */  Color color_entries;		/* pointer to vector of Colors */} Colormap_s, *Colormap;int palmcolor_compare_indices (const void *, const void *);int palmcolor_compare_colors (const void *, const void *);Colormap palmcolor_build_custom_8bit_colormap(unsigned int rows, unsigned int cols, pixel **pixels);Colormap palmcolor_build_default_8bit_colormap(void);Colormap palmcolor_read_colormap(FILE *);

⌨️ 快捷键说明

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