搜索资源列表
ImgCtxDecoder_src
- ImgCtxDecoder_src.zip 1. Why do I use IImgCtx to decode images? If you want to develop a image viewer or processor in Windows, the first thing you have to face is image decoding. Now there are some free image decoders, with full source code:
GIFDec_DisplayIndependent
- 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
gif decode 解码显示gif图片
- gif decode,解码显示gif图片。
gif-csrc.zip
- 最简洁的gif解码源代码,适合于自己开发gif解码程序。, The most succinct gif decoding source code, suits to oneself develops the gif decoding procedure.
GIFproject.rar
- ANDROID系统程序源码,GIF动画图片DECODE,JAVA编写,实例可运行,ANDROID source system procedures, GIF animation picture DECODE, JAVA development, examples can be run
GIFjiema
- 采用LZW算法进行解码GIF图片,稍作修改即可支持sd卡,本人亲测在STM32+SDIO平台上解码SD卡中的gif效果尚可-LZW algorithm to decode GIF images, minor modifications to support the sd card, I pro-test STM32+SDIO platform gif effect can still decode the SD card
ringsdk_v10913
- 临风自己的开发windows界面的工具包,实现了文件操作类和注册表操作类,重点在图像处理及界面制作方面,可解码GIF,PCX,JPG,实现了类似OICQ和OFFICE XP的菜单。在此感谢临风-临风their windows interface development toolkit, the realization of the file operations categories and types of registry operations, with emphasis on image
DVPEG2S.ZIP
- For decode jpeg/gif/ti-For decode jpeg/gif/tiff
gif
- GIF 格式图片软件解码源代码。此代码即可运行于windows同用系统平台,也可以移植到数字电视嵌入式平台,此代码已在zoran和LSI数字平台上得到验证。-GIF format picture software decode source code.
GIFExMachina
- GIFexMachina is a procedure that instantiates a Java object to decode and pass back a GIF image. This file contains the source for both the Java object and the IDL procedure
decode
- gif解码提取部分 包括gif的文件提取和lzw解码-gifdecode
GifDecode
- Gif在手机上的解码和优化, 它包括解码,显示图片。-GIF Decode on mobile phone
AnimatedGif
- if you want decode or encode gif file use this project
GIF
- gif 图片格式的详细资料 解码gif格式必读的说明书-gif image format gif format decode the details of the manual required reading
gifshow12.14
- wince 环境中decode gif 的demo-decode gif
GIFproject
- android 平台上decode gif格式的工程demo-Project demo for gif decode on Android
AnimatedGifExample
- 可以对gif文件进行差分成单张的gif图片-this program can decode the gif picture to many one frame gif picture
picture-decode
- 基于stm32f4单片机的图片解码程序,支持jpg,GIF,bmp格式的图片文件,显示器为SSD1289-Microcontroller based stm32f4 picture decoding procedures, support jpg, GIF, bmp format image files, display is SSD1289
GifCodec
- 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
giflib-5.1.4
- giflib使用c语言开发,可以生成和解码gif图片,http://giflib.sourceforge.net/这里有更详细的介绍-giflib use c language development, you can generate and decode gif image, http: //giflib.sourceforge.net/ here are described in more detail