pngr.h

来自「PIXIL is a small footprint operating env」· C头文件 代码 · 共 19 行

H
19
字号
/** PNGR.H -- Prototypes for QImageIO read/write handlers for*	the PNG graphic format using libpng.**	Copyright (c) October 1998, Sirtaj Singh Kang.*	Distributed under the LGPL.**	$Id: pngr.h,v 1.1 2003/09/08 19:42:14 jasonk Exp $*/#ifndef	_SSK_PNGR_H#define _SSK_PNGR_Hclass QImageIO;void kimgio_png_read( QImageIO *io );void kimgio_png_write(QImageIO *io );#endif

⌨️ 快捷键说明

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