📄 png.h
字号:
/*//// png.h//// Copyright (c) 2001 Kentarou Fukuchi. Permission to distribute// granted by the author. No warranties are made on the fitness of this// source code.//*/#ifndef PNG_H#define PNG_H/* PNG format detected? */BOOL PngFormatFound(FILE *file);/* get image dimensions */BOOL PngReadDimensions(FILE *file, WORD *height, WORD *width);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -