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

📄 png_helper.h

📁 一个开源的Flash 播放器,可以在Windows/Linux 上运行
💻 H
字号:
// png_helper.h	-- Thatcher Ulrich <tu@tulrich.com> 2004// This source code has been donated to the Public Domain.  Do// whatever you want with it.// Wrapper for png file operations.  The actual work is done by the// libpng lib.#ifndef PNG_HELPER_H#define PNG_HELPER_H#include "base/tu_config.h"#include <stdio.h>namespace png_helper{	void	write_grayscale(FILE* out, uint8* data, int width, int height);	// TODO: add more helpers as needed...}#endif // PNG_HELPER_H// Local Variables:// mode: C++// c-basic-offset: 8 // tab-width: 8// indent-tabs-mode: t// End:

⌨️ 快捷键说明

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