搜索资源列表
bmp_to_JEPG-upload
- 一个将bmp转化为JPEG的源代码。很实用,操作方法见文本文件。-a JPEG into the source code. Very useful, method of operation, see a text file.
ljpg
- jpeg解压码程序,代码不错,值得下载,谢稿-jpeg decompression procedure code, code Yes, it is worth the download, Xie draft
pictureeditor
- 用VC开发的图像编辑器源代码,可处理JPEG,BMP,PNG,TIFF等多种格式图像。进行图像压缩编码,旋转,融合等多种操作-VC developed image editor source code, can handle JPEG, BMP, PNG, TIFF and other image formats. Image compression, rotation, a variety of operational integration
yuv
- 评测JPEG或其他编码器压缩后的图像块效应程度的代码,其标准为流行的GBIM评测标准-Evaluation or other encoder JPEG compressed image block effect of the degree of code, its standard for evaluating GBIM popular standards
Jpeg-src
- 完整的jpeg压缩和解压缩程序,代码简单,使用单个.c实现了jpeg编码。付完整文档资料-The complete jpeg compression and decompression process, the code simple, using a single. C achieved a jpeg encoding
JPEGv1.2.1.tar
- MPEG, CCITT H.261 (P*64), JPEG Image and Image sequence compression/decompression C software engines. The Portable Video Research Group at Stanford have developed image/image sequence compression and decompression engines (codecs) for
PVRG_JPEG
- MPEG, CCITT H.261 (P*64), JPEG Image and Image sequence compression/decompression C software engines. The Portable Video Research Group at Stanford have developed image/image sequence compression and decompression engines (codecs) for
jpeg2000
- Jpeg 2000 coding source code
jpeg.tar
- ARM平台上若要显示jpeg图片,如果是自己按照jpeg的压缩算法然后自己写算法进行显示将会是件非常痛苦的事,附件中的源码可以很方便的播放jpeg图片,你也可以稍微修改使其满足你需要的功能!-To display a jpeg image on the ARM platform, if it is in accordance with the jpeg' s compression algorithm and then write their own algorithms will be
tjpgd1b
- / TJpgDec - Tiny JPEG Decompressor R0.01b (C)ChaN, 2012 The TJpgDec is a generic JPEG decompressor module for tiny embedded systems. / This is a free software that opened for education, research and commercial / developments under license poli
JSteg
- JSteg隐写技术matlab实现代码--基本思想:用秘密信息比特直接替换JPEG图像中量化后DCT系数的最低比特位,但若量化后DCT系数为0或者1,则不进行处理。(DCT系数的LSB嵌入) -JSteg steganography matlab code- the basic idea: direct replacement with the secret information bits JPEG image quantized DCT coefficients in the leas
bmp2jpeg
- 将位图转换成jpeg压缩图像,转换速度很快,且通过代码设置参数得到不同质量的jpeg图像,对于开发相关工程很有帮助。-To convert bitmap converted to jpeg image compression, fast, and jpeg images of different quality is obtained by code set parameters, helpful for development of related engineering.
code
- 压缩感知编码与JPEG编码,对比程序同时给出实验结果-cs and jpeg coding
JpegExifWriter
- Take a raw JPEG file in a memory buffer, and another binary buffer containing raw EXIF data (say output libexif), and this routine will write the JPEG out to disk, adding the EXIF data to an APP1 JPEG marker section. This is done entirely witho