搜索资源列表
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文件的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
jpeg
- 处理jpeg文件的程序 -The app for processing jpeg file
jpeg_picture
- 主要用于图象处理方面.包括不同格式图象文件压缩,BMP,JPG-mainly for image processing. Different format image compression, BMP, JPG
BMP.GIF.JPEG
- BMP、GIF和JPEG文件格式简介 非常好-BMP, GIF and JPEG file formats very well briefed
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_struct
- 一个文件,完全用C写的,没有任何的C++和动态链接库,实现读取jpeg文件,解压为bmp文件。-a c code decompress jpeg file to bmp.
jpeg
- <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成PGM格式观看,压缩包中
jpjeshow
- 用于显示图片,并且可以改变图片大小。JPEG格式的读取,收缩目录下全部文件路径。 非常经典-Used to display images, and can change the picture size. JPEG format to read, down the path of all the documents directory. Very classic
jpeg
- jpeglib的库文件,方便实现很多关于jpeg的操作,例如格式转换等等。-jpeglib the library file to facilitate the achievement of the operation of a number of jpeg, for example, format conversion and so on.
Bmp vs jpeg
- VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用