搜索资源列表
picture
- 一个简单的图片格式转换程序,可实现ico 转bmp,bmp转jpg,jpg转bmp-A simple picture format conversion procedures, can be transferred ico bmp, bmp turn jpg, jpg bmp transfer
raw_jpg
- 将纯数据的图片文件raw格式转换成jpg格式-picture of raw to jpg
pdf2tiff
- pdf转换为tiff格式的图片,支持多页格式。-trans pdf to tiff.
RPGViewer
- 解压游戏中的图片,was转换png文件格式-Extract the game image, was converted png file format
jpg_to_bmp_C
- 该程序实现了JPG格式图片到BMP格式的转换.全C语言编写-The program JPG format images to BMP format conversion and the full C language
avi_process
- 该小程序能将AVI视频文件逐帧转换并保存为JPG格式图片-The applet is able to convert and save an AVI video file as a series of JPG format pictures frame-by-frame
Logo2Bin
- 该代码主要是把Bitmap格式的Logo图片转换成单片机中使用的二进制文件(适用于大端存储模式的单片机),这样Logo图片在代码中可以是独立的且占用固定地址,方便需要频繁更换Logo图片的场合。-This code is use to transfer Bitmap format Logo file to binary file.
picencode
- 图片加密传送 图片解密 黑客信息隐藏, 可以将自己的任意信息文件以bmp或JPG格式图片批量转换,然后发送到网页上,下载后可以自动组合提取出数据-picture hide picture encode picture decord
ImgTOSvg
- Image 转 SVG 格式源码 可将JPG\PNG\BMP图片转换成SVG格式,已调试完成,可直接编译生成EXE使用-Image transfer the source SVG format You can JPG \ PNG \ BMP images into SVG format, has completed testing, can be directly compiled EXE use
GifCodec
- 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,