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

搜索资源列表

  1. Change_type

    0下载:
  2. 这是一个在vc++6.0环境下,对读入图片进行转换的源程序,也是借用别人的,希望对大家有用。-this is a Source program under vc++6.0 environment.it can convert the input image from jpg into bmp .it is also borrowed from someone else s,and i hope it is useful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:291403
    • 提供者:陈冬
  1. vcPPDigital-Image-Processing

    0下载:
  2. 基于vc的数字图像处理,\JpgDll 该目录下提供了一个Dll文件(JpgVSbmp.dll),可进行Bmp和Jpeg格式的相互转换。并给出一个VB调用此Dll中API函数的示例。 JpgVSbmp.dll中封装了2个API函数: 1. BmpToJpg 将指定的Bmp文件内容转换为JPG文件格式。 2. JpgToBmp 将指定的Jpg文件内容转换为Bmp文件格式。 \封装的Dll本目录下包含了2个子目录,分别为: (1)..\GeoTrans 封装Dll的VC++项
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5901361
    • 提供者:赵江
  1. DialogbaseDemo

    0下载:
  2. 这是我师兄Yu Jingtao写的一个非常完整的图像处理方面的源程序,界面类似于acdsee,可对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像。各类处理方法是作者在学习中的累积,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等,有些内容与那个常用的vc图像处理程序相似,但也有很多不同的地方-This is my brothers Yu Jingtao write a very complete image processing source code, the interfac
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:27464
    • 提供者:章陶荣
  1. JpgVSbmp

    0下载:
  2. VC环境下JPG图片与BMP图片格式转换-JPG images with the BMP image format conversion in VC environment
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4261866
    • 提供者:张金辉
  1. VRecord_screeC

    0下载:
  2. VC++6.0记录屏幕影像和声音,还还可截图保存为jpg、bmp,编译全通过 -VC++6.0 record screen images and audio, also screenshots saved as jpg, bmp, compiled by
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:585068
    • 提供者:shanchun
  1. ExtendedBitmap_src

    0下载:
  2. 用VC++讀取JPG、BMP 並執行影像處理 非常經典的範例-JPG, BMP VC++ read and execute the classic example of the image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:2935836
    • 提供者:Eden
  1. OpenImage

    0下载:
  2. 用VC编写的打开图像的代码,可以打开bmp和Jpg图像-VC prepared by the open code of the image, you can open bmp and Jpg images
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-04
    • 文件大小:4018850
    • 提供者:fanqinhong
  1. dicom-with-cPP-code

    0下载:
  2. vc++编程将Dcm文件转化为BMP或者Jpg,感兴趣的人可以下来研究!-vc++ programming Dcm file as a BMP or Jpg interested people can down research!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:371407
    • 提供者:杨万里
  1. vdruihua

    0下载:
  2. VC++.net实现图像的锐化效果,用过PhotoShop的朋友大概都对此效果很熟悉,图像锐化可使图像看上去更清淅,但过度锐化会使图像失真。在本例中,你可引入一张BMP或JPG图像进行测试,在打开图片后,点击一下鼠标右键就进行了一次锐化效果,多次点击多次锐化。-VC++.net image sharpening effects, used PhotoShop friends about this effect is very familiar, image sharpening makes th
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:30668
    • 提供者:雷春英
  1. ImageFormatConverter

    0下载:
  2. VC++开发,用于图片格式抓换,支持多种图片格式如jpg,bmp,gif,png,tiff等-VC++ development, for Image Format caught change, support a variety of image formats such as jpg, bmp, gif, png, tiff, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:1686
    • 提供者:park
  1. cc

    0下载:
  2. vc++显示单张图像源码,可以是任意一张BMP,JPG的图像-vc++ display a single image source
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2293465
    • 提供者:玫瑰
  1. TextOnBmp

    0下载:
  2. VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the BMP picture window is a VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:329016
    • 提供者:apudn83
  1. InsertImage

    0下载:
  2. VC++操作Access数据库插入图片数据,具体来说,本例支持BMP图像,对JPG/GIF等图像格式暂未测试是否可行-VC++ Access database insert picture data, specifically, in this case supports BMP images of JPG/GIF and other image formats No test is feasible
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:429482
    • 提供者:U8VT8FK
  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. tupianjpg

    0下载:
  2. vc中主要是以bmp扩展名的图片作为背景图片,该程序可以实现界面内以JPG图片为背景,-Within the interface to JPG image as the background
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2339497
    • 提供者:shaoli
  1. JpgToBmp

    0下载:
  2. VC环境下实现JPG到BMP的转换 VC环境下实现JPG到BMP的转换-VC environment to achieve conversion of JPG to BMP
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:108128
    • 提供者:蓝翔
  1. print_word_oransdction

    0下载:
  2. BMP文件快速压缩成JPG文件的VC源代码 推荐给大家-BMP files quickly recommend compressed into JPG file of VC source code to you
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-15
    • 文件大小:53248
    • 提供者:iedogd
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com