CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - BMP图片解码

搜索资源列表

  1. decodejpeg

    0下载:
  2. 将jpg图片解码成bmp,有图片例子
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:157285
    • 提供者:王晓娟
  1. bmpdecoder BMP图像的分析与显示

    0下载:
  2. 各种BMP格式图片的解码与显示,附有多种格式的测试图片
  3. 所属分类:图片显示浏览

    • 发布日期:2009-01-15
    • 文件大小:5187357
    • 提供者:lilin_1_2
  1. bmp

    0下载:
  2. 一个可以浏览b图片文件的程序,主要实现bmp的压缩和解码工作。-One can browse b picture files, the main achievement of bmp compression and decoding.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-09
    • 文件大小:37286
    • 提供者:王瑞
  1. BaseMFCPicturetoprocess

    1下载:
  2. 1、详细分析了当今流行的各种图像格式的编码与解码方法。 2、利用Microsoft Visual C++ 6.0作为开发工具,使用MFC Application Framework作为软件的基本架构,设计并开发了一个图片浏览器。 3、实现了对BMP、PCX、TGA、JPEG、GIF图像格式的图片进行读、写、显示等基本功能。 4、利用图像处理中一些变换算法,实现了图像的放大、缩小、旋转及百叶窗、马赛克等显示特效。 5、实现了各种图片格式的转换功能。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7253806
    • 提供者:dongda
  1. JPEG_Decode

    0下载:
  2. 实现JPEG格式的图片解码功能,解码后生成BMP格式的图片,可以直接用于嵌入式平台LCD图片显示。-The realization of JPEG format picture decoding functions to generate decoded image format BMP, can be directly embedded platform for the LCD picture display.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:26392
    • 提供者:Hu
  1. avi2bmp

    0下载:
  2. 该程序的功能是用来批量生成bmp格式的图片,程序员网上有一些这样的代码,但是当avi的格式为xvid的时候,会有问题,当时通过我的修改,就可以了。这里你还需要注意,你需要安装ffdshow解码器-The functions of the program is used to generate bulk bmp format images, web programmers have some code to do, but when xvid format avi when there is a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:36254
    • 提供者:tjjman
  1. bmp

    0下载:
  2. 在解码过程中直接显示bmp图片,由rgb格式转换成YUV格式。-Displayed directly in the decoding process bmp image format conversion from the rgb YUV format.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:1342
    • 提供者:陈建
  1. Jpegdecode

    0下载:
  2. 图片jpeg、bmp解码,可以移植到各种平台上去,方便快捷-jpeg、bmp
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:7816
    • 提供者:boy18
  1. decode

    0下载:
  2. jpg格式的文件的解码,将jpg格式的图片解压缩成bmp类型的文件-decode jpg files
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:9510
    • 提供者:张永华
  1. decodertest

    0下载:
  2. 该软件基于ffmpeg编写的视频解码工具,能将MPEG,avi等视频解码成一帧一帧BMP格式图片-The software is written based on ffmpeg for video decoding tool, able to MPEG, avi and other video decoding into an a BMP format image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6068392
    • 提供者:周志立
  1. DCT

    0下载:
  2. 用于bmp格式图现象的dct编码和解码,实现中没有考虑其他尺寸的图片,所以想要压缩不同尺寸的图像请自行修改-DCT
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3701
    • 提供者:wangcheng
  1. bmp

    0下载:
  2. bmp图片解码程序,只须改动少量底层驱动函数。-bmp picture decoding process, only a small amount of low-level driver function changes.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2182
    • 提供者:程少康
  1. tupianjiema

    0下载:
  2. BMP图片文件详解,JPEG图像解码方案,JPEG压缩编码标准,英文JPEG编解码介绍-BMP picture files Detailed JPEG image decoding program, the JPEG compression standard English JPEG codec introduced
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-31
    • 文件大小:13131484
    • 提供者:
  1. Jpg2Bmp

    0下载:
  2. 该代码实现JPEG图片解码成RGB再转存成Bmp图片的过程。-The code decoding JPEG images into RGB sub saved as Bmp picture of the process.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:132836
    • 提供者:吴伟刚
  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. JpgToBmp

    0下载:
  2. 使用vc开发的 解码jpge图片,并且转换位bmp图片输出的程序。-change jpge picture to bmp
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:112586
    • 提供者:lin
  1. BMPTest

    0下载:
  2. 使用C++实现的BMP图片解码程序,实现对8位,16位,24位,32位的解码,并通过SetPixel显示。-The C++ program is to decode picture with BMP file format,it can decode bmp with 8bmp,16bmp,24bmp and 32bmp.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-11
    • 文件大小:468823
    • 提供者:Peter
搜珍网 www.dssz.com