jpeg.h
来自「htp是一个HTML预处理器。页面可以用htp扩展的类HTML的宏编写。这可以简」· C头文件 代码 · 共 22 行
H
22 行
/*//// jpeg.h//// Copyright (c) 1995-96 Jim Nelson. Permission to distribute// granted by the author. No warranties are made on the fitness of this// source code.//*/#ifndef JPEG_H#define JPEG_H/* is this a JPEG File Interchange Format (JFIF) file? */BOOL JpegFormatFound(FILE *file);/* one-shot-does-it-all function */BOOL JpegReadDimensions(FILE *file, WORD *height, WORD *width);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?