搜索资源列表
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
在你的mfc应用程序中显示一个jpg文件
- 在你的mfc应用程序中显示一个jpg文件-in your mfc applications showed a jpg file
jpg转换
- 一个jpg文件转换的源代码,可以实现jpg文件到其它文件格式的转换,很实用的一个程序。-a jpg file conversion of the source code, can achieve a jpg file to the other file format conversion, a very useful procedure.
JPG图像文件转换成YUV原始数据格式
- 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
实现在JPG中截取固定大小的图像并保存为JPG文件
- 软件功能是实现在JPG中截取固定大小的图像并保存为JPG文件,可用于照片采集等应用,Software functions is to achieve in the JPG in the interception of fixed-size images and save it as a JPG file that can be used for applications such as photo collection
BMP文件转换为JPG文件的源代码
- BMP文件转换为JPG文件的源代码,调用了jpgdll.dll ,BMP file into a JPG file of source code, call the jpgdll.dll
ARM_jpgdecoder.rar
- 开发平台:ADS 1.2 功能:ARM下JPG文件解码(JPG文件数据流来自内存) 1、在ads1.2的AXD下选ARMULATE仿真。 2、运行前,在AXD上选“File"->选“Load Memory From File..." 3、在弹出的“Load Memory From File”对话框中"Address:"栏中填上0x20000, 然后选择一个jpg文件,按“打开” 4、按“F5”开始运行程序,运行完毕,在C盘根目录下会产生一个test.bmp文件
Jpeg2Yuv
- 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
yuv422_jpg
- 使用JPEG库将从摄像头得到的YUV格式数据缓冲区转换为JPG文件的示例代码.-example of how to convert YUV data from camera to JPG file using libjpeg
MINI_STM32_TFT
- MINI STM32 驱动TFT屏的显示,JPG文件的播放-MINI STM32 driver TFT screen display, JPG file playback
jpg
- 本类实现一个对 JPG/JPEG 图像文件进行缩放处理的方法 即给定一个 JPG 文件,可以生成一个该 JPG 文件的缩影图像文件 (JPG 格式 )。提供三种生成缩影图像的方法:-This class implements a JPG/JPEG image files to zoom in and out the way to deal with that is, to a JPG file, you can generate a JPG file of the epitome of imag
jpeg_decoder1
- Well, here it is the decoder source. It takes as an input a JPG file and decodes it into a truecolor BMP.
camera.jpg
- image calibration for image clibrasi 2d from jpg file
Bmp2Jpg
- Bmp file type can be converted to JPG file types, convenient and practical source code
jpegc
- 本文档实现了JPEG压缩算法,字组织比较简陋, 大体上分成 3 个部分. 压缩算法简介 1. 色彩模型 2. DCT (离散余弦变换) 3. 重排列 DCT 结果 4. 量化 5. 0 RLE 编码 6. 范式 Huffman 编码 7. DC 的编码 解码过程简述 8. 一个数据单元 Y 的解码 9. JPG 文件(Byte 级)里怎样组织图片信息 10. 关于标记 11. JPG 文件中 Haffman 表的储存
JPGDECODE
- STM32平台的JPEG解码程序,能将JPG文件解码,然后显示在TFT显示屏上,效果很好,占用的内存也很小-JPEG decoding process STM32 platform, able to decode JPG file, and then displayed in the TFT display, good effect, and the memory is also very small
Jpg-file-batch-processing
- 批量处理jpg文件,如可将一张一吋照片自动横排4张,利用此原理,可以排出m行n列吋照片的版。-Jpg file batch processing
JPG
- 在MFC基础上,调用api识别jpg文件像素值(identifying JPG file pixel values)
jpg
- 详细介绍了JPG文件格式,对于需要进行图片处理软件开发的人员有所帮助(JPG file format is introduced in detail.)
cexif_读取JPG的EXIF信息
- 提取JPG文件中照相机及信息及拍照信息的源代码(Get Camera Infomation in JPG file With C++)