代码搜索结果

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

image.h

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

image.h

// image.h -- Thatcher Ulrich 2002 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Handy image utilities for RGB surfaces. #ifndef I

image.cpp

// image.h -- Thatcher Ulrich 2002 // This source code has been donated to the Public Domain. Do // whatever you want with it. // Handy image utilities for RGB surfaces. #i

image.java

package gestionetudiants; //cette class met une image ds un JPanel import java.awt.*; import java.awt.image.*; import java.awt.event.*; import javax.swing.*; public class image extends JPanel{

image.c

/* * File: image.c * * Copyright (C) 1997 Raph Levien * Copyright (C) 1999 James McCollough * * This program is free software; you can redistribute it and/or mod

image.c

#define MWINCLUDECOLORS #include "nxlib.h" #include /* * X Image routines. Messy. Not done yet. */ #define READ_BIT(image, x, y) \ (image->data[(y * image->bytes_per_line) + (x >> 3)

image.c

/* * File: image.c * * Copyright (C) 1997 Raph Levien * Copyright (C) 1999 James McCollough * * This program is free software; you can redistribute it and/or mod