代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/140374/13085006
c image.c
#include
#include "config.h"
#include "image.h"
void
image_copy(struct image *dst, const struct image *src)
{
image_dup(dst, src);
if (src->buf)
memcpy(dst->buf, src->buf, dst->bufsi
www.eeworm.com/read/140374/13085015
h image.h
#ifndef _IMAGE_H_
#define _IMAGE_H_
/* $Id: image.h,v 1.3 2003/04/20 21:13:41 dfx Exp $ */
struct image
{
unsigned int x, y;
unsigned int bufsize;
unsigned char *buf;
};
/* Inits image struct an
www.eeworm.com/read/327244/13091240
gif image.gif
www.eeworm.com/read/140169/13100218
gif image.gif
www.eeworm.com/read/241899/13110213
jpg image.jpg
www.eeworm.com/read/139963/13117329
gif not_image.gif
www.eeworm.com/read/139963/13117564
gif not_image.gif
www.eeworm.com/read/139963/13118359