CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bmp 压缩

搜索资源列表

  1. jpeg-Compression

    0下载:
  2. 实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的-When implementing compression, the input image data using a custom format (com format), the first four bytes of the recorded image width and height, after
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-03
    • 文件大小:14933824
    • 提供者:houpeiquan
  1. avi-to-bmps

    0下载:
  2. 本软件是将一个非压缩的avi文件转化成多个bmp图片-this small software function have the ability of converting the uncompressed avi file to bmp files!!
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1995670
    • 提供者:azar
  1. MMF_JPEG_encoder

    0下载:
  2. 对bmp位图图片实现JPEG压缩,代码是纯C语言的,经过代码优化-accomplish the JPEG method using C code for the picture of bitmap, and the code was optimized
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6529
    • 提供者:ivy
  1. som

    0下载:
  2. 用SOM神经网络实现LENA.bmp,CR.bmp,HS4.bmp三幅图像的压缩。-Achieve LENA.bmp, CR.bmp, HS4.bmp three images compressed using SOM neural network.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:524090
    • 提供者:zhanghehe
  1. ImgCompresser

    0下载:
  2. C#写的图片压缩程序,可以把bmp,png等格式图片转换为JPEG进行压缩处理,允许选择压缩比,运行设置图片分辨率等比缩小。实现了对某个目录及其所有子目录内图片文件的压缩。-C# to write the image compression process, you can put bmp, png format images converted to JPEG compression process, allows you to select the compression ratio, se
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1677035
    • 提供者:s
  1. jpeg

    0下载:
  2. 基于c的jpeg图片压缩编码 输入bmp文件输出jpeg文件 时限压缩 -transfer a bmp file to a joeg file
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11936040
    • 提供者:王宇
  1. int-Huffman.docx

    0下载:
  2. 根据BMP图像的特点提出了基于Huffman编码的压缩方法分别采用RGB统一编码和RGB分别编码两种方式对图像进 行压缩和解压程序设计然后对多幅图像进行了压缩和解压实验最后对实验结果进行了相关的分析-Joint Optimization of Run-Length Coding, Huffman Coding, and Quantization Table With Complete Baseline JPEG Decoder Compatibility
  3. 所属分类:Software Testing

    • 发布日期:2017-04-24
    • 文件大小:13836
    • 提供者:lcq
  1. avi2img

    0下载:
  2. 改程序将avi格式的视频转换成图片序列,avi视频要求是无压缩的,保存的图片支持多种格式,如JPG,bmp,tif等,图片命名按照生成的顺序数字命名。-Reform program will convert avi format video picture sequence, avi uncompressed video requirement is to save the image to support a variety of formats, such as JPG, bmp, tif,
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:1293
    • 提供者:
  1. JPEGsource_code

    0下载:
  2. JPEG采用的是YCrCb颜色空间,而BMP采用的是RGB颜色空间,要想对BMP图片进行压缩,首先需要进行颜色空间的转换。YCrCb颜色空间中,Y代表亮度,Cr,Cb则代表色度和饱和度(也有人将Cb,Cr两者统称为色度),三者通常以Y,U,V来表示-JPEG is used in YCrCb color space, and BMP is used in RGB color space, to compress the BMP image, we need to perform color s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:371108
    • 提供者:sdf3
  1. BMP_file_format

    0下载:
  2. 解释了256色无压缩BMP文件格式及其源代码格式,供单片机C语言驱动TFT液晶显示参考。-256 color uncompressed BMP file format
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:6370
    • 提供者:葛文耀
  1. hfmjava

    0下载:
  2. 哈弗曼算法实现图片压缩,功能可以实现,且界面化,对于bmp图压缩效果较好-Huffman compression algorithm pictures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:8249
    • 提供者:lee
  1. MFImgThumb

    0下载:
  2. 您是否有过从相机中取出的照片保存起来太占空间、上传太费力的经历呢? 这个小工具由此而生,特点如下: 1.本软件提供多种图片的压缩功能。目前支持图片格式有:BMP JPG GIF PNG。 2.文件列表显示支持多文件或文件夹拖拽功能、保存路径支持文件夹拖拽,保存格式增加原格式功能,增加暂停、清空列表功能 3.增加图片最大宽度设置,增加文件更名器功能 -Do you have to remove the photos collected from the camera to sa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:223518
    • 提供者:杨强
  1. RLE16Compress

    0下载:
  2. 简单的RLE算法压缩bmp文件,文件越简单压缩效率越高。但和rar没法比。-RLE compress bmp file
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1507265
    • 提供者:zz
  1. Huffman256

    0下载:
  2. 【实现功能】 (1)对256色BMP图像进行Huffman编码以达到压缩图像目的(编码文件保存为*_Huffman.bhd / *_Huffman.bpt) (2)对编码后的文件解码,恢复为256色BMP图像(解码文件保存为*_Decode.bmp)-[Function] to achieve (1) 256 color BMP images Huffman coding to achieve the purpose of the compressed image (save encod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:5769208
    • 提供者:wangqiang
  1. libjpeg

    0下载:
  2. bmp内存压缩为jpeg,直接将bmp图像的RGB像素数据压缩为jpeg数据-bmp memory compression as jpeg, bmp directly to the RGB pixel data of the image data is compressed to jpeg
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:228456
    • 提供者:郭玉坤
  1. test

    0下载:
  2. 将bmp图片转成avi视频格式输出,并且压缩avi视频-BMP images will be converted into avi format video output, and avi video compression
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1893539
    • 提供者:guan
  1. jpeg_src

    0下载:
  2. jpeg的编解码算法,很好使用,其中包含了VC和GCC下的编译方式,可以在都在平台运行。可以将图片BMP、RGB格式的转换为jpg格式的图片,压缩率可调。-jpeg codec algorithms, very good use, which contains the VC and GCC compiler under way, can run on the platform at all. You can convert images BMP, RGB format is jpg format
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1909717
    • 提供者:王亮
  1. Huffman

    0下载:
  2. C++,图像处理源码,加载256位bmp图片,使用霍夫曼编码进行图像压缩,代码可用。- C++, image processing source code, load 256 bmp images, image compression using Huffman coding, the code is available.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4373463
    • 提供者:牛英丽
  1. compression-and-decompression

    0下载:
  2. 该软件可得到图像的码表并运用哈夫曼编码对bmp格式的灰度图进行压缩与解压缩。-The software is available to obtain the code table and use Huffman coding to compress and decompress images with BMP format .
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4209393
    • 提供者:lig
  1. Text

    0下载:
  2. 了解BMP文件的格式,实验二灰度变换,实验三图像平滑,实验四边缘提取,实验五频域变换,实验六高斯低通滤波器,实验七图像压缩,实验八 形态学变换-Learn BMP file format, two gradation transformation experiment, experiment three image smoothing, edge extraction experiment four, five frequency domain transformation experiment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1056012
    • 提供者:叶诗雨
« 1 2 ... 12 13 14 15 16 1718 »
搜珍网 www.dssz.com