📄 jpg2bmp.h
字号:
/* Copyright 2000, ESS Technology, Inc. *//* SCCSID @(#)jpg2bmp.h 1.1 10/16/01 *//* Based on DVD/SVCD version 1.3 01/19/01 *//* $Id$ *//* * $Log$ */#ifndef __JPG2BMP_H#define __JPG2BMP_H#include "platform.h"#ifdef DOSNAME_8_3#include "gdi_im~1.h"#else#include "gdi_img.h"#endif#ifdef __cplusplus extern "C" {#endiftypedef struct MemFileStruct MemFileStruct;/*char huge *jpg2bmp(char *); */#ifdef INC_DECODEvoid * jpg2jbmp(void);void PartialPutJpg(int x,int y,int x1,int y1,ImageStruct * pImgStr);#elsechar huge *jpg2bmp(MemFileStruct *file, int x, int y, int w0, int h0, int w, int h);#endifvoid read_jpg_header(ImageStruct *pImageStruct, const char *buf, int len);void putJpgImage(ImageStruct *pImageStruct, int x1, int y1, int x2, int y2);#ifdef __cplusplus }#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -