Welcome![Sign In][Sign Up]
Location:
Search - gif

Search list

[Multimedia DevelopSeeImg

Description: 支持BMP、JPG、WMF、ICO、GIF、PNG、TIFF等图像格式的图像浏览器-support BMP, JPG, WMF, PCX, GIF, PNG, TIFF image formats such as image browser
Platform: | Size: 50176 | Author: | Hits:

[Graph programgif_decoder

Description: GIF格式的C语言解码源程序GIF89A的标准文档-GIF format C language source code decoding standard document GIF89A
Platform: | Size: 24576 | Author: | Hits:

[2D Graphic图象处理集合

Description: 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : Segmentation and Edge Detection 2. Image encoder and decoder : Huff, PCX, GIF, JPG, etc.; 3. Filter : with a variety of filters (high and low pass offered inter-band stop); 4. Morphology : Image of corrosion and expansive, open and close operations, the image of rough and refined; in addition to the View editor, Gray processing, image restoration, wavelet decomposition and reconstruction and so on.
Platform: | Size: 1241088 | Author: | Hits:

[GDI-Bitmap考研

Description: 几个针对GIF格式的图像的压缩和解压缩程序 包括GIFREAD,GIFREAD1,GIFREAD2,GIFWRITE-against GIF format images of the compression and decompression procedures include GIFREAD, GIFREAD1, GIFREAD2, GIFWRITE
Platform: | Size: 16384 | Author: 佳明 | Hits:

[GUI Developlibjpeg_patches

Description: CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
Platform: | Size: 3072 | Author: 涂求汝 | Hits:

[GUI Develop2004070113550718280

Description: jpeg.lib is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.-jpeg. Lib is a C class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
Platform: | Size: 2002944 | Author: 涂求汝 | Hits:

[GDI-BitmapTextToGIF

Description: 这个代码的功能是将文本转换成GIF图形格式-the code function is to convert text GIF graphics format
Platform: | Size: 10240 | Author: 刘佳音 | Hits:

[Multimedia DevelopibqsImage24_FreeEdition

Description: 图像处理组件--ibqsImage,使用简单,功能强大,图像处理效果极佳。   组件支持多种图片格式,包括bmp,jpg,gif,wmf,emf,ico,png,pcx,tif,tga,pcx,dcx等。   组件提供两种输出接口,包括保存,直接显示(您再也不用定时清理那些临时的垃圾图片)。   组件提供灵活多样的自由绘图和设计方式,图像处理、缩放、翻转、旋转、剪切等更加轻松快捷。   组件提供灵活的水印安全贴图,满足各种图像安全防伪和商标版权签证方面的需求。   组件采用多种图片输出格式(包括jpg,gif,bmp,png),可自定义图像质量,适合不同网络速度和图像质量要求。-image processing components-- ibqsImage, simple to use, powerful, image processing with excellent results. Photo components support multiple formats, including bmp, jpg, gif, exe, Corel, Macromedia, png, nil, tif, tga, nil, dcx so. Two components for the output interfaces, including preservation, a direct indication (you no longer have to regularly remove the temporary refuse pictures). Components provide a flexible variety of free graphics and design, image processing, zoom, flip, rotate, shear systems more quickly and easily. Components provide a flexible security watermark tile to meet various security features images of copyright and trademark visa requirements. Photo components using a variety of output formats (including jpg, gif, bmp, png), since the definition of image quality, su
Platform: | Size: 1961984 | Author: 点点 | Hits:

[JSP/Javagif动画等待线程

Description: jbuilder下开发的等待提示线程,如果你的程序执行很慢,可以挂一个等待线程动画,这个的GIF动画一般,可以根据需要改写,内附使用说明。-JBuilder under development suggest waiting threads, if your procedure is very slow, and can carry a thread wait for animation, the GIF animation in general, it may need to be rewritten, enclosing use.
Platform: | Size: 1189888 | Author: 熊运余 | Hits:

[Graph programgvocx

Description: 专业级别的读写图形文件的OCX控件,能支持art,bmp,cut,dib,emp,gem,gif,hrz,iff,img,png,jpg,lbm,mac,msp,pcx,ras,rle,tga,tif,wmf,wpg等文件格式。-professional-level graphics literacy documents OCX controls will support the art, bmp, cut, Freehand emp, gem, gif, hrz, iff, img, png, jpg, LBM, mac, msp, nil, ras, eps, and vbx, tif , exe, wpg other file formats.
Platform: | Size: 264192 | Author: 毛邦燕 | Hits:

[Picture ViewerTestGif

Description: how to show gif on picture ctrl
Platform: | Size: 108544 | Author: 周明 | Hits:

[Internet-Network(利用GIF_LZW算法实现的)网络图片传输

Description: (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX specialized optimization algorithm), is not conducive to VB; C : GIF- LZW compression algorithm compression ratio better, and I have come up with un
Platform: | Size: 62464 | Author: | Hits:

[Fractal programfxfb

Description: 分形图形 本程序由 Hss 设计!( 2001.10.1 ) 左键拖动为放大,右键拖动为缩小。 录制GIF动画时,更长的时间片断将占用更大的内存空间。 It codes by HSS ( 2001.10.1 ). Drag left button down when you want to zoom in , and drag right button down when you want to zoom out. As recording GIF animator,longer time segment will take more RAM.-fractal graphics of this program by Hss design! (2001.10.1) Drive to enlarge Left, right drag to narrow. GIF animation recording, the longer the time clips will occupy more memory space. It codes by HSS (2001.10.1). Drag left button down when you want to zoom in, and drag right button down when you want to zoom out. As recording GIF animator, longer time segment will take more RAM.
Platform: | Size: 518144 | Author: lwh | Hits:

[Picture ViewerWin32 chart

Description: 可以生成各种格式的图片(3D的饼图、3D的柱状图、线型图等等),图片格式有Gif,Jpeg,Bmp、png等格式-can produce all types of image formats (3D pie, 3D column, linear map, etc.), pictures Gif format, Jpeg, BMP, png formats.
Platform: | Size: 2489344 | Author: | Hits:

[Windows DevelopPC_Img

Description: 在windows下开发的,播放bmp,tif,gif,jpg文件格式,有源码的详细解释,对于刚入门的人来说很不错。-windows under development in the broadcast bmp, tif, gif, jpg file format, a detailed explanation of the source code for beginners who is pretty good.
Platform: | Size: 3072 | Author: 郭有良 | Hits:

[Graph programbmptojpeg

Description: 这是一个可以实现bmp转化成JPEG、Gif、Png格式的C程序,实现简单,操作方便(极力推荐下载!!!)-This is an achievable bmp into JPEG, Gif, Png format C procedures, simple, convenient operation (strongly recommended download! ! !)
Platform: | Size: 15360 | Author: | Hits:

[GDI-Bitmapimgbrowser

Description: 察看gif 图片或动画,tif图片(单色), 图片缩放功能。-see pictures or animated gif, tif images (monochrome), image scaling function.
Platform: | Size: 102400 | Author: 实名 | Hits:

[Embeded-SCM DevelopGIFDec_DisplayIndependent

Description: GIF动画解码算法,用VC做的外壳,内部是纯C语言实现的算法,很有参考价值,尤其是可以参考做为嵌入式系统实现GIF动画。-An decode arithmetic for GIF animated cartoon. Its shell is made with VC, and internal arithmetic is implemented with pure C language. It has value to refer,especially we can refer to it ro implemente GIF animated cartoon in embedded system.
Platform: | Size: 12288 | Author: 余爱军 | Hits:

[GDI-BitmapPictureEx_demo

Description: 这是一个可以在VC中直接显示gif动画的一个类,他只需要将gif动画当作一个图像资源加入到VC中,然后再在那个控件的属性里面进行一些设置就可以了-This is a VC in a direct indication of an animated gif category, he simply have animated gif image as a resources into VC, and then at that controls the properties inside some settings to the
Platform: | Size: 178176 | Author: 王义 | Hits:

[JSP/Java给你一个存成bmp的类,至于jpg和gif照此琢磨着玩吧

Description: 给你一个存成bmp的类,至于jpg和gif照此琢磨着玩吧 -give you a deposit into the category bmp, jpg and gif As accordingly pondering a Honolulu
Platform: | Size: 1024 | Author: 万宏兴 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net