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

📄 wtf.h

📁 大师写的二代小波经典之作
💻 H
字号:
/* *  -*- Mode: ANSI C -*- *  $Id: wtf.h,v 1.2 1996/09/17 16:11:02 fernande Exp $ *  $Source: /sgi.acct/sweldens/cvs/liftpack/include/wtf.h,v $ *  Author: Fernandez, Gabriel * *  This file has the declarations for the functions to *  read, and write a wtf data file. *//* do not edit anything above this line */#ifndef __WTF_H__#define __WTF_H__#include <stdio.h>   /* used for the 'FILE *' type */#include "image.h"   /* used for the 'Image *' type */extern int LoadWTF ( const char *__filename, Image *__image );extern int WriteWTF ( FILE *__fp, Vector __pic, const int __width, const int __height,                      const int __colorstyle, const int __bpp,                      int *__levels, const int __Blocks,                      const boolean __wlt, char *__comment );#endif /* __WTF_H__ */

⌨️ 快捷键说明

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