代码搜索结果

找到约 10,000 项符合 Image 的代码

letter.image

/* Format_version=1, Width=48, Height=27, Depth=1, Valid_bits_per_item=16 */ 0x0000,0x0000,0x0000, 0x0000,0x0000,0x0000, 0x7FFF,0xFFFF,0xFFF8, 0x4000,0x0000,0x0AB0, 0x5FC0,0x0000,0x0898, 0x4000

image.c

/************************************************************************** * * XVID MPEG-4 VIDEO CODEC * image stuff * * This program is an implementation of a part of one or more MPEG-4

image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ #include "../portab.h" #include "colorspace.h" #define EDGE_SIZE 32 typedef struct { uint8_t * y; uint8_t * u; uint8_t * v; } IMAGE; void i

image.c

/* *********************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2001, International Telecommunications Union, Geneva * * DISCLAIMER

image.h

/* *********************************************************************** * COPYRIGHT AND WARRANTY INFORMATION * * Copyright 2001, International Telecommunications Union, Geneva * * DISCLAIMER

image.h

/***************************************************************************** * image.h: Image control ***************************************************************************** * Copyright (C)

image.cpp

/***************************************************************************** * image.cpp: Image control ***************************************************************************** * Copyright (

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) App

image.cxx

// // "$Id: image.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $" // // Fl_Image test program for the Fast Light Tool Kit (FLTK). // // Notice that Fl_Image is for a static, multiple-reuse image,

image.hh

/******************************************************************************** libvideogfx/graphics/basic/image.hh purpose: Data types for RGB and YUV images. notes: - Be careful whe