Welcome![Sign In][Sign Up]
Location:
Search - 图像格式转换

Search list

[SourceCode图像格式转换

Description: 图像格式转换
Platform: | Size: 2549 | Author: swingyhcf | Hits:

[Special EffectsImgExtLibDemo

Description: 各种图像格式转换-various image format conversion
Platform: | Size: 54272 | Author: 聂烜 | Hits:

[Graph program将bmp格式转换为raw

Description: 先正确读取bmp图像然后将其转换为raw格式并存储-first correctly read bmp images will then convert its raw format and storage
Platform: | Size: 115712 | Author: 戢亮子 | Hits:

[Picture ViewerJPEG_code

Description: JPG到BMP的图像格式转换-transform from JPEG to BMP
Platform: | Size: 315392 | Author: 胡恩良 | Hits:

[GDI-Bitmap20050704171008

Description: 本代码用来解决图像格式转换,可以将任意映像文件转换成位图文件-code to solve the image format conversion can be arbitrary image file conversion into bitmap file
Platform: | Size: 3072 | Author: 小兵 | Hits:

[GDI-Bitmapcximage_formatconvert_src

Description: 使用CxImage包开发的一些图像格式转换的程序源代码-use CxImage package developed some image format conversion program source code
Platform: | Size: 1193984 | Author: 侯煦 | Hits:

[Graph program使用CImage类处理图像显示与格式转换的源码程序

Description: 这是一个使用CImage类处理图像显示与格式转换的源码程序,包含了许多可以让大家学习的内容-It is a category CImage processing and image display format conversion of source programs, including many so that we can study the contents
Platform: | Size: 111616 | Author: 王正 | Hits:

[GDI-Bitmap图像格式转换

Description: 将图象格式转化为你需要的格式的vc小程序。-image format will be converted into the format you need the vc small programs.
Platform: | Size: 230400 | Author: 丁一甲 | Hits:

[Graph program图像格式转换kang

Description: 图像处理,用来在几种常用格式图像间转换!-image processing, used in several common image format switch!
Platform: | Size: 48128 | Author: 康志军 | Hits:

[GDI-BitmapImageFormatLib

Description: 图像格式转换库,具有几乎所有图像格式的转换功能。-image format conversion libraries, with almost all image format conversion functions.
Platform: | Size: 786432 | Author: 蒋仁波 | Hits:

[Picture ViewerConvert555to565

Description: 16位图像格式转换,555转565,delphi的这方面的资料不是很好找,不过俺还是找到了,大家一起分享-16 image format conversion, 555 to 565. delphi the information in this regard is not very good find, but I still find, share with everyone! !
Platform: | Size: 1024 | Author: 皮哥 | Hits:

[Special EffectsIImageTool

Description: 利用GDI++库进行图像处理的程序,包括各种图像格式转换以及特效。-use GDI library of image processing procedures, including image format conversion and magic.
Platform: | Size: 145408 | Author: Danny | Hits:

[Special Effectsppmtoraw

Description: 一款很好用的图像格式转换软件.其功能是将ppm图像格式转为raw格式化.-the image format conversion software. Its function is to be ppm raw image format to format.
Platform: | Size: 1024 | Author: 王国树 | Hits:

[Special EffectsGray

Description: 图像格式转换的源码,用于图像不同格式的转换,如转换公式为Gray(i,j)=0.11*R(i,j)+0.59*G(i,j)+0.3*B(i,j),其中Gray(i,j)为转换后的黑白图像在(i,j)点处的灰度值,其中绿色所占的比重最大,所以转换时可以直接使用G值。 -The source image format converter for conversion of images in different formats, such as the conversion formula for the Gray (i, j) = 0.11* R (i, j)+ 0.59* G (i, j)+ 0.3* B ( i, j), which Gray (i, j) for the converted black and white images in the (i, j) point of the gray value, of which the largest share in the green, so conversion can be directly used when the G value.
Platform: | Size: 4096 | Author: dantiao | Hits:

[Special EffectsRSImageManger

Description: 对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。 使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再在打开菜单中打开IMG格式的影像,就可以完成对海量数据的浏览,数据量不受内存限制,只受硬盘大小限制,另外该软件还包括其他一些图像格式之间的转换,主要用在GIS领域-Images of the mass block index, you can open the volume of data roaming size image. Use practices, the first choice of image processing to export the index of this function, will be massive conversion of the BMP image format for custom img format, and then open the menu opens in IMG format images, you can complete the huge amount of data browsing, data not subject to memory limitations, only by hard drive size limit, while the software also includes a number of other conversion between image formats, mainly used in the field of GIS
Platform: | Size: 1596416 | Author: 钟珊珊 | Hits:

[2D GraphicBMPAndJPG

Description: 图像格式转换的源代码,可以将BMP格式转换成JPG格式。-Image Format Conversion source code can be converted into BMP format JPG format.
Platform: | Size: 299008 | Author: 张志良 | Hits:

[Special Effectsimageformatconvert

Description: 采用文件到文件的方式,快速实现多种图像格式转换-The use of documents to the papers, rapid achievement of a wide range of image format conversion
Platform: | Size: 2904064 | Author: 风筝 | Hits:

[Special EffectsImageTransformInVCUsingGDIPlus

Description: 这是一个运用MICROSOFT公司提供的GDIPLUS接口开发的图像格式转换软件,当然包括源码了。基本的用法参见里面的README文件,我写得还是比较详细的。-This is a use of MICROSOFT GDIPlus interface provided by the company to develop the image format conversion software, including, of course the source. See inside the basic usage of the README file, I still write in more detail.
Platform: | Size: 5104640 | Author: shi zhenxiang | Hits:

[GDI-Bitmap图像格式转换_vb

Description: bmp,ico,jpg等图像格式相互转换的类 里面给出了各种图像的存储格式。 虽然是VB代码,但很容易转换为C的代码,-bmp, ico, jpg and other image format conversion inside the class are given a variety of image storage format. Although the VB code, but easily converted to C code,
Platform: | Size: 146432 | Author: lv | Hits:

[Special Effectsjasper-1.900.1

Description: 图像格式转换的源代码,主要针对JPEG2000格式,可将JPEG2000格式的文件转换为JPG、BMP等格式,或反之。-Image format conversion source code, mainly for JPEG2000 format, can be JPEG2000 format files converted to JPG, BMP and other formats, or vice versa.
Platform: | Size: 2162688 | Author: tianyuan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net