搜索资源列表
imageformat
- 本人毕业设计的杰作哦!程序关于Jepg的处理和操作,功能类似ACDSee!非常牛!-I graduated design masterpiece! Jepg procedures for the handling and operation functions similar to ACDSee! Very awesome!
vcode
- 很好的验证码生成程序。使用方法: picid = Request.QueryString[\"time\"].ToString().Trim() picid =Math.Round((Convert.ToDouble(picid)*10000),0).ToString() Tools.image.VerifyImage pic = new Tools.image.VerifyImage(picid, 90, 50)
ImageFormat
- 一个支持多种图像格式的图像查看程序,支持格式有:PCX,GIF,TGA,JPEG和TIFF.
imageformat
- 本人毕业设计的杰作哦!程序关于Jepg的处理和操作,功能类似ACDSee!非常牛!-I graduated design masterpiece! Jepg procedures for the handling and operation functions similar to ACDSee! Very awesome!
vcode
- 很好的验证码生成程序。使用方法: picid = Request.QueryString["time"].ToString().Trim() picid =Math.Round((Convert.ToDouble(picid)*10000),0).ToString() Tools.image.VerifyImage pic = new Tools.image.VerifyImage(picid, 90, 50)
ImageFormat
- 一个支持多种图像格式的图像查看程序,支持格式有:PCX,GIF,TGA,JPEG和TIFF.-A support for a variety of image formats image viewer, support format: PCX, GIF, TGA, JPEG, and TIFF.
imageformat
- 详细介绍了各种图像文件格式,TIFF,HDF等,对各种图像格式的理解很有帮助。-Detailed information on a variety of image file format, TIFF, HDF, etc., on the understanding of a variety of image formats helpful.
ImagConvert
- 转换不同的图形图像格式使用C #编程语言和。 NET框架是很容易比较的Windows API的情况下没有直接支持这种行动提供。你可以打开任何图像文件格式从所指定的一组性质的ImageFormat类:-Convert different formats of graphics images using C# programming language and. NET fr a mework is very easy to compare
imageformat
- 常用的影像格式,有做RS或者GIS的同志可以参考一下,很全的。-Commonly used image format, so the comrades RS or GIS for reference, it is full of.
imageformat(2)
- 影像格式文件的第二部分,加上第一部分就构成了全部的可用的图像格式。-The second part of the video format, constitutes the first part with all the available image formats.
imageformat
- 数字图书馆图像格式详细介绍,制作方法,加工标准-Library image format details, production methods, processing standards
image
- 图像处理的几个实例程序,包括图像格式转换:将索引图像转换为二进制图像,灰度图像等-some examples on image processing including imageformat-convert Index image to binary images, grayscale images and so on
MediaPlayDemo
- android实时语音采集 视频采集 播放-package com.example.android import java.io.ByteArrayInputStream import java.io.ByteArrayOutputStream import java.io.FileOutputStream import java.io.IOException import java.io.Input
ImageFormat
- these constants are chosen to be binary compatible with their previous location in PixelFormat.java. - these constants are chosen to be binary compatible with their previous location in PixelFormat.java.
ImageFormat
- these constants are chosen to be binary compatible with their previous location in PixelFormat.java.
QR.NET-master
- 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPict