搜索资源列表
QuickImage
- 这是我师兄Yu Jingtao写的一个非常完整的图像处理方面的源程序,界面类似于acdsee,可对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像。各类处理方法是作者在学习中的累积,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等,有些内容与那个常用的vc图像处理程序相似,但也有很多不同的地方。-This what I saw Yu Jingtao write a very complete image processing of the source, interface Con
gds31f234561
- 观看,替换和转换 GIF/JPG/PCX/TIF/IFF/LBM/DL/ HAM/BMP/RLE/TGA/MAC/WPG/CUT/ANSI/TXT/IMG/ PBM/CUT/GL/FLI/MPG显示极小的图象(370KB)-watch Replacement and conversion GIF / JPG / PCX / TIF / IFF / LBM / DL / HAM / BMP / RLE / TGA / MAC / microbiology / CUT / ANSI / TXT /
eyesee_src
- 图片浏览器,支持BMP,JPG,GIG,TIF等格式-Photo Browser support BMP, JPG, in GIG, such as TIF format
showp
- 使用MFC与opencv结合显示图像,支持jpg.bmp,tif等格式-use MFC opencv combined with images show support jpg.bmp, tif format, etc.
CImageObject
- 我从网上经过搜索和整理得到了大家想要的图像处理类:CImageObject,这个类库中包含了两个完整类:CImageObject类和ImageLoad类,包中也包含有*.h,*.lib,*.dll等相应的文件。相信你一定用得着!它们可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件。
CreateTifFile
- TIF生成器,TIF生成器 TIF生成器
cximage599a_full
- 一个强大的图片转换库格式包括*.bmp *.gif *.jpg *.jpeg *.png *.ico *.tif *.tiff *.tga *.pcx *.wbmp *.wmf *.emf *.j2k *.jp2 *.jbg *.j2c *.jpc *.pgx *.pnm *.pgm *.ppm *.ras-a powerful images for conversion include *. bmp format *. gif *. jpg *. jpeg *. png *. ico *. t
ViewImage
- VC++下的图片显示,包括bmp,jpg,gif,tif等多种格式
传真编辑软件 源码
- 编辑tif 文件
gdal读写图像分块处理
- gdal读写图像分块处理,可以轻松实现读写tif格式
ImageLoad.rar
- MFC只提供了BMP位图的载入,我给大家提供一个包含JPG GIF TIF PNG 格式图片载入的类库,MFC provides only BMP bitmap loading, let us provide an included JPG GIF TIF PNG format image loading library
ImageShow.rar
- 打开多种格式的图像,包括BMP ,JPG,TIF,GIF,PCX,TGA,This program can open several kinds of images including BMP ,JPG,TIF,GIF,PCX,TGA
TIFCreater.rar
- jpg,bmp图片合成TIF,使用 柯达控件,jpg, bmp picture synthetic TIF, the use of Kodak Controls
gds31f.zip
- 观看,替换和转换 GIF/JPG/PCX/TIF/IFF/LBM/DL/ HAM/BMP/RLE/TGA/MAC/WPG/CUT/ANSI/TXT/IMG/ PBM/CUT/GL/FLI/MPG显示极小的图象,Views, replacement and conversion of GIF/JPG/PCX/TIF/IFF/LBM/DL/HAM/BMP/RLE/TGA/MAC/WPG/CUT/ANSI/TXT/IMG/PBM/CUT/GL/FLI/MPG showed very small ima
CSharp-read-tiff
- C#读取TIF格式的图像,包括读取TIF格式图像的头文件、图像数据部分等。-C# read TIF format images, including the header file read TIF format image, the image data part
Tif
- tif图片转换成bmp显示 基于mfc vc++6.0-tif to bmp
CXImage
- 有名的CXImage,CXImage提供了生成操作JPEG,PNG,TIF等许图片的函数库和其相应的dll,lib的源代码。-Famous CXImage, CXImage provided to generate operating JPEG, PNG, TIF, etc. Xu picture library and their corresponding dll, lib s source code.
image
- 图像格式的简要文档,包括BMP,GIF,JPEN,PNG,TIF等常用格式-The summary document image formats, including BMP, GIF, JPEN, PNG, TIF and other commonly used format
PicSplit(GDIPlus)
- 用VB6开发的一款图片批量分割工具,分割后可自动按顺序(可按组或单独)命名。支持BMP、TIF、PNG、GIF、JPG等格式。采用GDI+技术,是VB开发人员学习熟悉GDI+的绝佳例子。-VB6 development with a picture batch splitting tool can automatically split the order (can be group or individual) name. Support for BMP, TIF, PNG, GIF, JPG
chap03
- I = imread( rice.png ) I2 = imread( cameraman.tif ) K = imdivide(imadd(I,I2), 2)