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

搜索资源列表

  1. source9

    0下载:
  2. 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Function is run length encoding, JPEG compression (basic system) command-line compiler as foll
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:239056
    • 提供者:ZD
  1. RevertPicture

    0下载:
  2. 用C++实现BMP图像格式转换成JPG图像-picture viewer
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2420501
    • 提供者:LIN
  1. image-processing-procedures

    0下载:
  2. 对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等-The image scaling, shearing. Can handle jpg, tif, bmp image formats, including smooth, blur, edge enhancement, Fourier transform, corrosion, expansion, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4440310
    • 提供者:
  1. BLOBRW

    0下载:
  2. 使用微软.NET Framework的System.IO命名空间下的FileStream文件流类,实现对二进制大对象轻松进行读写。这是一个用VS2005编写的WinForm程序,通过打开一个bmp或者jpg大文件,让其显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。对二进制大对象使用的流操作,对于任何文件都具有通用性,读写文本文件也可以这么做。 -Microsoft. NET Framework&
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:28192
    • 提供者:黄黄
  1. bmpConverter

    0下载:
  2. 主要将png或jpg的图片转换成相应的两张bmp 其中包括掩码图 -convert png or jpg to bmp*2 including mask
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:161483
    • 提供者:宋丹
  1. jpegTobmp

    0下载:
  2. 将jpg格式的图像转换为bmp图像,效果较好,基于bmp和jpg文件的构造,逐步转换-Jpg format images will be converted to bmp image, better, bmp and jpg files based on the structure, phase transition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3804879
    • 提供者:Yang
  1. JpgtoBmp

    0下载:
  2. 本例用vc实现了jpg与bmp之间的转换-jpg, bmp conversion
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:100725
    • 提供者:王笑
  1. ImageConvert

    0下载:
  2. 实现图片转换,完成各种图片格式的转换。例如BMP,jpg等-image convertible
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:178694
    • 提供者:郝大宝
  1. CoverEmfToPng

    0下载:
  2. 演示了如何将emf转换成png,jpg, bmp, gif 并且支持指定转换后图像大小 (采用gdi+实现)-Emf demonstrates how to convert png, jpg, bmp, gif (using gdi+ implementation)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:21625
    • 提供者:xhj
  1. jpegtobmp

    0下载:
  2. 程序用c语言实现了把jpg格式的图片转化为bmp格式的图片,方便了进一步对图片的像素处理!-C language program implemented using the jpg format images into bmp format images, to facilitate further processing of the image pixels!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:55495
    • 提供者:wangw899
  1. Image-Converter-(CVI8.5)

    0下载:
  2. 基于labview CVI8.5的图形格式转换,能够在jpg,gif,bmp等多种格式转换-Labview CVI8.5 based graphics format converter, able to jpg, gif, bmp and other formats converter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1125510
    • 提供者:suwenyong
  1. VBimageview1

    0下载:
  2. VB图片浏览器此应用程序扫描的图像文件(BMP,以及GIF,JPG格式,TGA)和显示器目录 对有关的文件名列表。单击列表框中的文件名以显示其 图片查看器屏幕上的图像,以及图像资料,例如其视频 尺寸和文件大小。 -VB image viewer for this application the scanned image files (BMP, and GIF, JPG format, TGA) and display the directory of the file name list
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:62987
    • 提供者:alvin
  1. SignPic

    0下载:
  2. 自己写的一个mobile平台上的图片编辑软件,实现图片(JPG,BMP,GIF等格式)的查看和图片简单编辑(图片上书写签名并保存)的功能。-A mobile platform to write on the photo editing software, to achieve image (JPG, BMP, GIF, etc. format) for viewing and editing pictures simple (written signature on the picture an
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-22
    • 文件大小:6953789
    • 提供者:xin
  1. SOURCE8

    0下载:
  2. 图象的压缩编码,JPEG压缩编码标准 source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Image compression, JPEG compression standard source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:110088
    • 提供者:梁鹏
  1. BmpToJpg

    0下载:
  2. 1、开发环境:win7+visual studio 2005 professional edition 2、开发语言:C++ 3、bmp至jpg转化使用的图片(24bit位图)-1, the development environment: win7+ visual studio 2005 professional edition 2, development languages: C++ 3, bmp to jpg picture into use (24bit bitmap)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2510291
    • 提供者:眭椰敏
  1. ImageStone-ForWindows

    0下载:
  2. 强大的图像图形处理,支持多种格式jpg,ico,bmp等,用了就知道,真的很强大,仅用于windows平台,在chm手册中有些说明,到官网也可以下载到其他平台的版本。-powerful image processing liberary for windows. you can also download imagestone for linux/max os from the website in the chm manual.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:906124
    • 提供者:zbwzll
  1. bmptojpg

    0下载:
  2. powerbuilder中JPG和bmp图片的互相转换-pb bmp images in JPG and interchangeable
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:100941
    • 提供者:maginot
  1. picture-explorer

    0下载:
  2. 以vs08为开发环境,使用C#语言编写的图片浏览器。并可以任意翻转,进行彩色和黑白变换,也可以另存修改后的图片,支持的图片格式:bmp、png、jpg、gif。-To vs08 for the development environment, written in C# using the image viewer. And can be any flip, change in color and black and white, you can save edited pictures, su
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:45288
    • 提供者:yang Dou
  1. DSsoftware_kit

    0下载:
  2. GDI编程写的一个小程序可以将任何GDI支持的格式的图片进行格式转换像.jpg转换成bmp png等等。-This is a convertor of image written using GDI the graphic device inteface,that helps easy to make control of pictures。
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:83036
    • 提供者:陈建
  1. bmp2jpg

    0下载:
  2. 一个简单的bmp转jpg的程序 bmp2jpg bmp to jpg-Jpg bmp turn a simple procedure bmp2jpg bmp to jpg
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:923563
    • 提供者:lee
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com