jpegrw.h

来自「VC写的harris角点检测程序。又名plessey」· C头文件 代码 · 共 30 行

H
30
字号
#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 + =
减小字号Ctrl + -
显示快捷键?