搜索资源列表
图片处理的类集
关于图像处理的强大的类集,你想要的这里都找的到。
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
中值滤波代码和测试图片
- 中值滤波代码和测试图片,独立的类,方便加入到应用之中。
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运
WRITINGAVI
- 一个将图片处理成AVI文件的的类,挺不错的。-one of the photos deal with the AVI file into the category, quite good.
colorlab2
- 颜色处理类matlab工具箱,支持图像色度、亮度编辑,颜色分段等-Deal with category colors matlab toolbox to support the image chroma, brightness edit, and so the color sub-
Imager
- 这是一个图片处理的类,可以实现图片的缩放功能,根据个人的需要转换图片的大小。-This is a picture of the type of treatment, you can achieve the picture zoom feature, according to the needs of the individual picture size conversion.
CXImage600
- CxImage 是一个C++类,可以加载、保存、显示,转换BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式图像。-CxImage BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K
VC_Graphics_rendering_and_image_display
- VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in M
Graphics
- 内含图片处理类库,可对图像进行高速高保真任意角度旋转、添加水印文字、添加各种滤镜效果、进行颜色、对比度、灰度、等各种常用处理-Includes image processing libraries, high fidelity images can rotate at any angle, add watermark text, add a variety of filter effects, for color, contrast,
PictureEx
- 图片处理类此类可以处理jpg,bmp,gif,等格式的图片-Image processing class can handle this kind jpg, bmp, gif, etc. image formats
thumb
- PHP的图片处理类,非常实用 使用方法: <?php require_once thumb.php header("Content-type : text/html charset=GBK") $t = new ThumbHandler() //给图片增加水印 $t->setSrcImg("./img/00.jpg") $t->setDstImg("./tmp/new_te
ImageUtil
- 一个很有用的图片处理类,可以高质量压缩图片-A very useful image processing class, high-quality compressed images can be
Overdraw-Dialog
- 仿QQ风格的对话框自绘 。附上一个十分有用的图片处理类,可以直接用于对位图.jpg图片的处理。-Like QQ-style dialog from the painting. Attach a very useful image processing class, can be directly used for the bitmap. Jpg image processing.
Graphics.class
- PHP图片处理类,可以对图片等比例,按比例,存为JPG\GIF\PNG等格式-PHP image processing class
thumb_water_upload
- 图片处理类(上传文件或图片,缩略图,加水印)-Image processing class (to upload files or images, thumbnails, add watermark)
DealImage
- 自己写的简单的图片处理类,包括设置黑白等-Write a simple image processing class, including setting black and white, etc.
PictureEffects
- C#实现图片特效,有两种实现方式,1.扫描线,快速实现,2,用C#自身图片处理类实现,速度比较慢。-C# realize photo effects, there are two kind of way, 1. The scan lines, rapid implementation, 2, and its image processing class implements in c#, speed is slow.
component
- Android引用第三方类库的方法实例,以引用一个图片处理类库为例,演示从调用到使用的过程,包括引入语句、定义,使用等,获取图片转换为Bitmap,把Bitmap图像转换为Drawable,设置背景等-Android examples cited method of third-party libraries to reference an image processing library, for example, demonstra
图片处理类库
- C# 常用图片处理类,包含图片旋转、生成缩略图、添加图片水印或文字水印等基本功能,有Demo程序,通过点击按钮就能看到效果(C# commonly used picture processing class, including picture rotation, generate thumbnails, add pictures, watermarks or text watermarking and other basic func