搜索资源列表
jpeg的显示
- 用vc显示JPEG文件格式,希望有帮助对大家,-with vc display JPEG file format, with the hope of helping to everyone,
读写jpgdib文件的类
- 一个可以随意操纵Jpeg文件的函数库,我曾经在这个库上做过很多图形类的程序,希望可以为大家提供一点帮助-one can arbitrarily manipulate Jpeg document libraries, I have been at the library has done a lot of graphics category procedures, we hope to provide a bit of help
jpeg文件转换为avi
- 这是笔者写的一个小的类,用于把一系列jpeg文件转换为avi。 -This is the author wrote a small category, for the integration of a series of jpeg file conversion to avi.
处理jpeg文件的DLL
- 一个处理jpeg文件的dll,实现jpeg文件的打开,及其对图像的亮度增强。以及解压成bmp文件格式。-a jpeg processing documents dll achieve jpeg documents opened, and its right to enhance the brightness of the image. And unpacked into bmp file format.
显示JPEG文件的例子
- 显示JPEG文件的小例子,希望对初学者的编程学习有所帮助-display JPEG file small examples, and I hope to beginners learning programming help
jpeg-ijl
- intel 的 IJL庫, 主要用於jpeg文件的讀寫-intel IJL the basement, used mainly for document literacy jpeg
jpeg文件读写
- Jpeg格式文件读写源码-Jpeg format source code reader
jpeg文件处理读写相关信息源码
- jpeg文件处理读写相关信息源码-jpeg processing documents to read and write information source
jpeg display
- JPEG文件格式显示-JPEG file format
JPEG图片编解码程序
- JPEG图片编解码程序,包括读头文件和DCT,IDCT变换等等。,JPEG image codec procedures, including the first reading of documents and DCT, IDCT transform and so on.
dib2jpeg.zip 转换一位图为一jpeg图象文件
- ,Transfering a dib to jpeg file
jj2000_4.1-src.zip
- 使用Java写的jpeg文件编解码和查看程序,A program which can code/decode and view jpeg files written in Java
51jpeg
- 用51单片机解码JPEG文件,很有用的啊-51 single-chip codec with JPEG files, very useful ah
BMP-and-JPEG-image-decoding
- 基于STM32的BMP和JPEG图片解码程序,在keil软件上面写的,包括SSD1289TFT液晶驱动,SD卡驱动,FAT32文件系统,BMP和JPEG解码。-Based on the STM32 BMP and JPEG image decoding program is written in keil software, including SSD1289TFT LCD drive, SD card driver, FAT32 file system, BMP and JPEG decodi
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
jpeg
- 处理jpeg文件的程序 -The app for processing jpeg file
djpeg
- jpeg文件压缩、解压--Jpeg file`s compression/decompression
jpeg
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧-The decoder supports the general category jpeg file format, which is most used in jpeg file format is the main characteristics of data accuracy of eight, using Huffman coding o
jpeg
- 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
Bmp vs jpeg
- VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用