代码搜索结果

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

image.cpp

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi

image.java

// EDITOR NOTE: Please set number of columns to 100 in ur editor. package com.openwave.mms.content; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import

image.js

var url = tinyMCE.getParam("external_image_list_url"); if (url != null) { // Fix relative if (url.charAt(0) != '/' && url.indexOf('://') == -1) url = tinyMCE.documentBasePath + "/" + url;

image.java

/* * $Id: Image.java,v 1.63 2002/11/19 08:33:32 blowagie Exp $ * $Name: $ * * Copyright 1999, 2000, 2001, 2002 by Bruno Lowagie. * * The contents of this file are subject to the Mozilla Public

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.ashx

using System.Web; using System.Drawing; using System.Drawing.Imaging; using System.IO; public class ImageMaker : IHttpHandler { public