搜索资源列表
JPEG_deal.zip
- baseline JFIF的jpeg编解码,比较精练。
jpegbianma
- 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件-This is a simple jpeg coding procedures, support 1:1:1 color sampling baseline jpeg, import 24bit is the only BMP file
ztf01
- 内存位图类,从文件中读出数据,转变为24位位图格式 可以支持Bmp的所有非压缩格式 可以支持JFIF--Jpeg的简单的Baseline格式 -memory bitmap and from documents sensed data, into 24 bitmap format can support Bmp all of the non-compressed JPEG format can support -- the Jpeg Baseline simple format
bmp2jpeg-linuxhost
- 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit原始图像数据文件,在linux下通过 -This is a simple jpeg coding procedures, support 1:1 : a sampling of the color jpeg baseline, the importation of only 24bit original image data files, adopted in linux
jpeg_encode
- JPEG(baseline)压缩编码
jpeg(baseline)
- jpeg压缩过程描述,有具体的实例分析和c代码。
workingjpeg.zip
- JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.,JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.
JPEG_standard
- jpeg baseline的英文文档,希望对各位需要的朋友提供帮助-English jpeg baseline document, in the hope that you need friends to help
C_jpeg_decoder
- C版本的JPEG解码器代码,可以解baseline格式的所有JPEG图片并转换为RGB格式在pc上显示,执行代码前要安装glut-C version of the JPEG decoder code, possible solutions to baseline all the JPEG picture format and converted to RGB format in the pc to show the implementation of the code prior to the
BaselineJPEGSoftwareCodecCodes
- In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three parts, and the goal of each part is described as follow. Part I: Design a baseli
jpeg.tar
- This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC2V1000-4 @ 40 MHz with resolution 352x288). Image resolution is no
jpeg
- 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件代码结构只求能说明各步骤过程,并不做特别的优化,效率较为一般。-This is a simple jpeg encoding procedures, the baseline support 1:1:1 color sampling jpeg, enter only the 24bit code BMP files can only describe the structure of
jpeg
- JPEG编码及解码的标准,JPEG压缩综述、解码方案,共三个电子书-JPEG standard,JPEG encoding and decoding baseline.three ebooks.
jpeg
- 一个jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件-A jpeg encoding procedures, the baseline support 1:1:1 color sampling jpeg, enter only the BMP file is a 24bit
Pipelined_Implementation_of_Baseline_JPEG_Encoder
- Pipelined Implementation of Baseline JPEG Encoder
ITU-T
- the key processing steps of the Baseline JPEG encoder and decoder. (Refer to the attached ITU-T Recommendation T.81 for detailed information.)
MyJPEGEncoder
- 本程序用VC6.0实现,用于把rgb24 bmp文件转换为jpeg(baseline)格式图片,本程序直接进行了编码,并没有调用第三方动态链接库,对关键处进行了注释有助于您的理解,同时本人也上传了改程序的姊妹篇MyJPEGDecoder.zip用于相反过程的转换。-Implementation of this program with VC6.0, used to rgb24 bmp files to jpeg (baseline) 格式 picture, this program Zhijie
mkjpeg.tar
- 用FPGA实现的JPEG编码器,可以直接使用,内含完成说明文档,经过验证无误。-• JPEG baseline encoding JPEG ITU-T T.81 | ISO/IEC 10918-1 • Standard JFIF header v 1.01 automatic generation • Color images only (3 components, RGB 24 or 16 bit, YUV input) • T
HcJpegCmprssForGray
- 该程序能读取彩色、灰度图像,对灰度图像进行JPEG基线模式压缩。适用于对JPEG压缩标准进行了解的初学者入门。-This project could read a color or grayscale image, and compress a grayscale image on JPEG Baseline Mode, which is adapt to a junior who tries to learn JPEG Standard.
jpeg-coder
- EV_JPEG_ENC core is intended to encode raw bitmap images into JPEG compliant coded bit stream. JPEG baseline encoding method is used.