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

📄 wavrids.h

📁 wavlet compression on c++ only cods
💻 H
字号:
// Copyright (c) 1999 Stephen T. Welstead. All rights reserved.
// wavrids.h  Resource IDs for wavelet system  

#ifndef WAVRIDS_H
#define WAVRIDS_H

#include "imgrids.h"

#define WAV_WAVELET        1750

#define WAV_OPEN           IMG_OPEN
#define WAV_RUN            IMG_RUN
#define WAV_COMPRESS       IMG_ENCODE_IMAGE
#define WAV_SHOW_BMP_INFO  IMG_SHOW_BMP_INFO
#define WAV_STRETCH_BMP    IMG_STRETCH_BMP
#define WAV_GRAY_IMAGE     IMG_GRAY_IMAGE
#define WAV_SETUP          IMG_SETUP
#define WAV_OPEN_SUB      IMG_OPEN_SUB
#define WAV_TRANSFORM      1799
#define WAV_PLOT           1800
#define WAV_PLOT_HAAR      1801
#define WAV_PLOT_DAUB4     1802
#define WAV_PLOT_DAUB6     1803
#define WAV_SET_COMP       1804
#define WAV_TYPE           1805
#define WAV_THRESHOLD      1806
#define WAV_ZEROTREE_ENC   1807
#define WAV_ZEROTREE_DEC   1808
#define WAV_PROGRESSIVE_DEC 1809
#define WAV_ZEROTREE_SUB   1810
#define WAV_ZEROTREE_MAX_BIT_PLANE 1811
#define WAV_SHOW_BIT_PLANES 1812

#define WAV_GRAPH_SETUP    GR_GRAPH_SETUP

#define WAV_MENU_CHILD_POS   4

#endif

⌨️ 快捷键说明

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