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

搜索资源列表

  1. 一个把BMP压缩成JPG的源代码.zip

    0下载:
  2. 一个把BMP压缩成JPG的源代码。 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:16861
    • 提供者:
  1. BMP与JPG格式转变的源代码

    0下载:
  2. 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
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15838
    • 提供者:屠理峰
  1. PicCompressEncode(VC)

    1下载:
  2. 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:594398
    • 提供者:刘利辉
  1. emwintrial_v404_16bpp

    2下载:
  2. emwin-gui下的vc测试程序,版本号为v4.04,内部继承了gif,bmp,jpeg等的调试程序,使学习的好帮手-emwin-gui vc under the testing procedures, the version to v4.04. Internal inherited gif, bmp, jpeg the debugging process, so that's helping hands
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1578484
    • 提供者:zym0805
  1. DisplayJpegGif

    0下载:
  2. 在VC中显示JPEG和GIF图像。看过MSDN很多人以为只对BMP有用,其实对JPG,GIF都可以。-in VC display JPEG and GIF images. MSDN seen many people think that only the BMP useful, in fact, the JPG, GIF can.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:16999
    • 提供者:吴荣刚
  1. OpenPic4

    0下载:
  2. vc程序,打开各种格式的图片,包括.bmp,.jpeg,.jpgd等-vc procedures, open picture formats, including. Bmp,. Jpeg. Jpgd etc.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:3702958
    • 提供者:7630159
  1. VCopen.bmp.jpeg.jpg

    0下载:
  2. 该文章详细清楚的介绍了如何使用VC提供的GDI函数实现对各种图片文件格式的打开-clear on how to use the VC achieve GDI function of various photo file format The open
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5983
    • 提供者:7630159
  1. vc

    0下载:
  2. jpeg转bmp图源码,纯C代码,可移植到嵌入式系统
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1342671
    • 提供者:
  1. bmp2jpeg&jpegcoding

    1下载:
  2. bmp转换为jpeg,jpeg压缩的源代码 程序用vc实现了bmp图片转换成jpeg图片-converted to jpeg bmp, jpeg compression source code procedures used vc realized bmp images converted into jpeg photos
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:124134
    • 提供者:方完
  1. PictView

    0下载:
  2. 在VC++6.0环境下实现的一个图片浏览器。 可以打开BMP、PCX、JPEG及GIF图像。不论打开的是上述图像中的哪一种,用户均能以其中的任意一种格式将其保存。 可以进行全屏幕浏览,并在全屏幕浏览时提供“幻灯片播放”的功能。 在查看一幅图片时,可以选择从当前目录中删除该图片,并将其放入系统回收站中。 可以缩放和旋转图片。 在查看一幅图片时,可以直接调用Windows画图程序打开并进行编辑。 在查看一幅图片时,可以使用系统默认关联的程序打开查看或编辑。 -In VC+
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:953658
    • 提供者:xichen
  1. jpeg-to-bmp

    0下载:
  2. 基于VC++6.0的程序,实现JPEG和BMP的格式的图像之间的互相转换 -VC++6.0 based on the procedures to achieve the format of JPEG and BMP images can be translated
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:605411
    • 提供者:jly
  1. ourdev_530727

    0下载:
  2. 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:871405
    • 提供者:刘智
  1. ImgViewer

    0下载:
  2. VC++编程,一个图象浏览器,可以浏览BMP,JPEG,GIF等文件格式-VC++ Programming, an image browser, can view BMP, JPEG, GIF and other file formats
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:22184
    • 提供者:吴欣
  1. Pic

    0下载:
  2. Digital Image Processing (VC++) bmp, gif, jpeg, tif open ,save, and some filtering etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1905254
    • 提供者:nicky
  1. RWJpegExp

    0下载:
  2. MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:275388
    • 提供者:王志伟
  1. VC

    0下载:
  2. 在VC环境下显示图像,如bmp,jpeg,gif格式的图像-VC environment in the display image, such as bmp, jpeg, gif image format
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1694891
    • 提供者:董晨晨
  1. PNG_vc

    0下载:
  2. 能够打开png,jpeg,bmp,gif图像格式能在VC6.0上运行,经过我亲手调试~!-It can be used in VC6.0 to open the picture type of png,jpeg,bmp and gif~!I have test by myself excectly~!
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-17
    • 文件大小:4840139
    • 提供者:林礼挺
  1. Ex_Image

    1下载:
  2. 基于CImage类实现bmp、jpeg等图像的打开、显示、保存,VC++实现 简单、方便、易学-Based CImage class implements bmp, jpeg and other images to open, display, save, VC++ simple, convenient, easy to learn
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-30
    • 文件大小:12298467
    • 提供者:刘进
  1. CxImage

    1下载:
  2. VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 -VC++ image processing library CxImage source code, CxImag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2191487
    • 提供者:
  1. Bmp vs jpeg

    0下载:
  2. VC++写的 BMP 和 JPEG文件格式之间转换的MFC 对话框程序,程序实现读取BMP文件 进行JPEG压缩编码存储为JPG文件 和JPG文件解压缩存储为BMP文件 已验证100%可用
  3. 所属分类:图形图象

« 12 3 »
搜珍网 www.dssz.com