搜索资源列表
ezdicom
- 一个很好地图像显示程序,可以读取各种格式的图像,如DICOM,PNG,JPEG,BMP以及raw格式的图像-a good program for display map,could load different kinds formal of graphics ,such as:dicom,png,jpeg,bmp and raw
dopus8_jp2raw_1004_source
- JPEG文件转换为RAW格式,c语言函数库。-JPEG file format conversion of RAW, c language libraries.
cximage602_full
- C++的处理图像类。支持tiff、zlib、raw、png、mng、jpeg、jasper、jbig等各种格式压缩图片。并提供可以生成DLL。可快速加入你的工程。还有一个Demo程序,给你做参考。
jpeg-6b
- Functions provided by the library Outline of typical usage Basic library usage: Data formats Compression details Decompression details Mechanics of usage: include files, linking, etc Advanced features: Compression parameter selection
codec
- JPEG 2k 转 pgm/ppm/pgx/bmp/tif/raw/tga 程序及源代码
Canon_CR2_Raw_File_Format_Specification
- Canon CR2 Raw File Format JPEG converter implementation
texturehw5.tar
- open gl version giving idea about how to use raw files instead jpeg and md files extract and compile with g++ -lm -lglut -lGL -lGLU hw5.c-open gl version giving idea about how to use raw files instead jpeg and md files extract and
dct
- 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
JPEG_XR-1.3.zip
- JPEG XR图片格式的处理,版本1.32,2011年9月,转换成tiff,raw,pnm,rgbe等,解决了转换tiff图像失真问题。,Processing of JPEG XR image format, version 1.32,2011 September, convert tiff, raw, pnm, rgbe solve the conversion tiff image distortion problem.
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