代码搜索结果

找到约 73,884 项符合 Image 的代码

image.cpp

/****************************************************************************** * * $Id: image.cpp,v 1.14 2001/03/19 19:27:40 root Exp $ * * * Copyright (C) 1997-2001 by Dimitri van Heesch. * *

image.h

/*! ************************************************************************ * \file image.h * * \brief * prototypes for image.c * **************************************************

image.h

/*! ************************************************************************ * \file image.h * * \brief * headers for image processing * * \author * Inge Lille-Langoy

image.c

#include #include "image.h" struct image *image_new(int width, int height) { struct image *img = (struct image*)malloc(sizeof(struct image)); if(img) { img->width = width; img->heigh

image.h

#ifndef _IMAGE_H_INCLUDED_ #define _IMAGE_H_INCLUDED_ struct image { int bufsize; int width, height; unsigned char *buf; }; struct RGB { char r; char g; char b; }; struct image *image_new(in

image.plg

Build Log --------------------Configuration: Image - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~

image.dsp

# Microsoft Developer Studio Project File - Name="Image" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con

asp实现的向浏览器输出image数据.txt

爱看不看:用ASP实现的向浏览器输出IMage数据 -------------------------------------------------------------------------------- 【ssf】 于 99-9-10 11:29:11 加贴在 Joy ASP ↑: