14 lines
256 B
C
14 lines
256 B
C
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
#include "typedef.h"
|
|
#include <QImage>
|
|
|
|
#define BF_SW_ND 448 // 最大换色数
|
|
#define MAX_EXDP_LEN 1024 // 最大附加数据长度
|
|
|
|
|
|
#define IMAGE_TYPE (QImage::Format_ARGB32)
|
|
|
|
#endif
|