代码搜索结果
找到约 10,000 项符合
Image 的代码
image.h
/*!
************************************************************************
* \file image.h
*
* \brief
* prototypes for image.c
*
**************************************************
image.c
/*!
***********************************************************************
* \file image.c
*
* \brief
* Decode a Slice
*
* \author
* Main contributors (see contributors.h for
image.h
/*!
************************************************************************
* \file image.h
*
* \brief
* headers for image processing
*
* \author
* Inge Lille-Langoy
image.c
/*!
*************************************************************************************
* \file image.c
*
* \brief
* Code one image/slice
*
* \author
* Main contributors (see
image.h
#ifndef __IMAGE_H_
#define __IMAGE_H_
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
image.c
#include "image.h"
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* Some of the cod
image.h
code unsigned char Head[]=
{
// height, width, type of compress (NONE = 0, ZERO = 1, FULL = 2),
// data ...
0x08,0x80,0x01,
0x00,0x01,0x80,0xC0,0x70,0x98,0xFF,0x3B,0x88,0xC2,0x4C
image.inc
; -------------------------------
; Tables with compress code IMAGE
; -------------------------------
Head: ;height,width,type compress (NONE = 0, ZERO = 1, FULL = 2)
;data ...
DB 008H,080H