jpg2bmp.h

来自「ESS3890+SL原代码(1*16内存)」· C头文件 代码 · 共 47 行

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