📄 jpegrw.h
字号:
#ifndef _JPEG_RW_H_
#define _JPEG_RW_H_
/*
// header file for the BMGLib JPEG functions
//
// Copyright 2000, 2001 M. Scott Heiman
// All Rights Reserved
// libJPEG is Copyright (C) 1991-1998, Thomas G. Lane and is part of the
// Independent JPEG Group's software.
*/
#include "BMGImage.h"
#if defined(__cplusplus)
extern "C" {
#endif
extern
BMGError BMG_EXPORT ReadJPEG( const char *filename,
struct BMGImageStruct *img );
extern
BMGError BMG_EXPORT WriteJPEG( const char *filename,
struct BMGImageStruct img,
int quality );
#if defined(__cplusplus)
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -