Location:
Search - ImageFormat
Search list
Description: 本人毕业设计的杰作哦!程序关于Jepg的处理和操作,功能类似ACDSee!非常牛!-I graduated design masterpiece! Jepg procedures for the handling and operation functions similar to ACDSee! Very awesome!
Platform: |
Size: 158428 |
Author: 张新斌 |
Hits:
Description: windows programming
Platform: |
Size: 8949916 |
Author: zw |
Hits:
Description: 很好的验证码生成程序。使用方法:
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)
System.IO.MemoryStream ms = new System.IO.MemoryStream()
pic.Image.Save(ms, System.Drawing.Imaging.ImageFormat.Png)
Response.ClearContent()
Response.ContentType = \"image/png\"
Response.BinaryWrite(ms.ToArray())
Response.Cookies[\"Vcode\"].Value = picid
Platform: |
Size: 5364 |
Author: pipi |
Hits:
Description: 一个支持多种图像格式的图像查看程序,支持格式有:PCX,GIF,TGA,JPEG和TIFF.
Platform: |
Size: 517842 |
Author: 王芳 |
Hits:
Description: 本人毕业设计的杰作哦!程序关于Jepg的处理和操作,功能类似ACDSee!非常牛!-I graduated design masterpiece! Jepg procedures for the handling and operation functions similar to ACDSee! Very awesome!
Platform: |
Size: 157696 |
Author: 张新斌 |
Hits:
Description: windows programming
Platform: |
Size: 8949760 |
Author: zw |
Hits:
Description: 很好的验证码生成程序。使用方法:
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)
System.IO.MemoryStream ms = new System.IO.MemoryStream()
pic.Image.Save(ms, System.Drawing.Imaging.ImageFormat.Png)
Response.ClearContent()
Response.ContentType = "image/png"
Response.BinaryWrite(ms.ToArray())
Response.Cookies["Vcode"].Value = picid
-Verification Code to generate a good program. Usage: 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) System.IO.MemoryStream ms = new System.IO.MemoryStream () pic.Image.Save (ms, System.Drawing.Imaging.ImageFormat.Png) Response.ClearContent () Response.ContentType = image/png Response.BinaryWrite (ms.ToArray ()) Response.Cookies [ Vcode ]. Value = picid
Platform: |
Size: 5120 |
Author: pipi |
Hits:
Description: 一个支持多种图像格式的图像查看程序,支持格式有:PCX,GIF,TGA,JPEG和TIFF.-A support for a variety of image formats image viewer, support format: PCX, GIF, TGA, JPEG, and TIFF.
Platform: |
Size: 3001344 |
Author: 王芳 |
Hits:
Description: 详细介绍了各种图像文件格式,TIFF,HDF等,对各种图像格式的理解很有帮助。-Detailed information on a variety of image file format, TIFF, HDF, etc., on the understanding of a variety of image formats helpful.
Platform: |
Size: 17024000 |
Author: 王艳梅 |
Hits:
Description: 转换不同的图形图像格式使用C #编程语言和。 NET框架是很容易比较的Windows API的情况下没有直接支持这种行动提供。你可以打开任何图像文件格式从所指定的一组性质的ImageFormat类:-Convert different formats of graphics images using C# programming language and. NET framework is very easy to compare the case of Windows API does not provide direct support for such action. You can open any image file format from a group of specified the nature of ImageFormat categories:
Platform: |
Size: 6144 |
Author: goldcicada |
Hits:
Description: 常用的影像格式,有做RS或者GIS的同志可以参考一下,很全的。-Commonly used image format, so the comrades RS or GIS for reference, it is full of.
Platform: |
Size: 10243072 |
Author: k |
Hits:
Description: 影像格式文件的第二部分,加上第一部分就构成了全部的可用的图像格式。-The second part of the video format, constitutes the first part with all the available image formats.
Platform: |
Size: 6777856 |
Author: k |
Hits:
Description: 数字图书馆图像格式详细介绍,制作方法,加工标准-Library image format details, production methods, processing standards
Platform: |
Size: 431104 |
Author: lixudong |
Hits:
Description: 图像处理的几个实例程序,包括图像格式转换:将索引图像转换为二进制图像,灰度图像等-some examples on image processing including imageformat-convert Index image to binary images, grayscale images and so on
Platform: |
Size: 527360 |
Author: 秦超 |
Hits:
Description: android实时语音采集 视频采集 播放-package com.example.android
import java.io.ByteArrayInputStream
import java.io.ByteArrayOutputStream
import java.io.FileOutputStream
import java.io.IOException
import java.io.InputStream
import java.io.OutputStream
import java.io.UnsupportedEncodingException
import java.net.InetAddress
import java.net.Socket
import android.media.MediaPlayer
import android.net.wifi.WifiInfo
import android.net.wifi.WifiManager
import android.os.Bundle
import android.os.Handler
import android.os.Message
import android.provider.MediaStore.Video
import android.app.Activity
import android.app.AlertDialog
import android.app.AlertDialog.Builder
import android.app.Dialog
import android.content.Context
import android.content.DialogInterface
import android.graphics.Color
import android.graphics.ImageFormat
import android.graphics.Rect
import android.graphics.YuvImage
import android.hardware.Camera
import android.hardware.Camera.Size
import android.util
Platform: |
Size: 832512 |
Author: adada |
Hits:
Description: 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.
Platform: |
Size: 1024 |
Author: jaiwancong |
Hits:
Description: these constants are chosen to be binary compatible with their previous location in PixelFormat.java.
Platform: |
Size: 1024 |
Author: sonyaigang |
Hits:
Description: 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。
Image image = qrCodeEncoder.Encode(strData);
Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40);
Graphics g = Graphics.FromImage(printPicture);
Rectangle destRect = new Rectangle(10, 10, image.Width, image.Height);
g.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel);
RectangleF layoutRectangle = new RectangleF(0, image.Height + 20, image.Width, 30);
g.DrawString(strCode, font, brush, layoutRectangle);
string filepath = System.Web.HttpContext.Current.Server.MapPath(@"~\attachment")+ "1.png";
System.IO.FileStream fs = new System.IO.FileStream(filepath, System.IO.FileMode.OpenOrCreate,System.IO.FileAccess.Write);
printPicture.Save(fs, System.Drawing.Imaging.ImageFormat.Png);
fs.Close();printPicture.Dispose();(This is a DOME, which is directly downloaded. It only realizes the generation of two-dimensional code. If we want to increase the two-dimensional code printing function, we can refer to the following code, if you want to add other functions, please develop it yourself.)
Platform: |
Size: 2215936 |
Author: cbingqin
|
Hits: