搜索资源列表
dispose_mjp
- motorola手机拍成短片后,上传到电脑里,扩展名为:mjp。目前,没有任何软件播放这种格式。我这个软件将其分解为多幅jpg文件并显示。-finished video, uploaded to a computer, called the expansion : mjp. Currently, there is no software broadcast format. My software will be decomposed into a number of documents and
yuvjpg
- yuv与jpg文件转换优良中发-YUV jpg file conversion and fine were made
VbTestDll
- VB调用Jpg和Bmp格式相互转换API函数的示例.为多媒体编程的一个程序-VB called Broadband and PDF format conversion API examples. For a multimedia programming procedures
离散小波变换
- 1 本程序通过Mallat算法实现小波变换 2 本程序能打开任意长宽比的bmp图像,正方形的raw图像,352*288的gray图像,不能打开jpg图像-a procedure Mallat algorithm wavelet transform two procedures would open the arbitrary aspect ratio of bmp image, the raw square image, 352 * 288 images of gray, unable to
jpg读写的例子很好的
- 这个例子是对JPG图象的读写操作,从代码中可以学习一些关于JPG图象的算法,以及JPG的格式-this example is the JPG image read and write from the code can learn some JPG images on the algorithm, and the JPG format
vgrabbj
- 视频捕捉,用一个抓图应用程序进行测试,进入/test 目录,敲入./vgrabbj -f /tmp/1.jpg。应该会在/tmp 目录下生成一张摄像头拍摄的图片了。-video capture with a screen in application testing, access / test directory, Knock. / vgrabbj-f / tmp/1.jpg. Should the / tmp directory generated a camera shooting p
基于对话框的vc 程序
- 基于对话框的vc 程序,演示了jpg图片的存取及显示!-vc based on the dialog box procedure, demonstrated jpg image access and display!
jpgtuxiangliulanqi
- 这是一个比较的简单的用VB编写的用来进行游览JPG图像的程序,简单实用-This is a relatively simple VB used for the preparation of the tour JPG images procedures simple and practical
VCSeriesV2.2.2SDK
- 天敏系列监控卡SDK,视频采集,数据压缩保存成BMP/JPG/AVI等文件格式-Mortimer Series SDK control cards, video capture, data compression preservation into BMP / JPG / AVI file format
MCIWnd_MediaPlayer
- 采用MCIWnd实现多媒体播放器,支持avi,mpg,wmv,mp3,mid,wav,jpg,bmp,gif。具有可更换的bmp背景,其它控件透明自绘。-MCIWnd using multimedia player, support avi, mpg, wmv, mp3, mid, wav, jpg, bmp, gif. Can be replaced with the bmp background, the other controls drawn from transparent.
13818_5_for_vc
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
94a14_WMA_OK_for_Test_0709
- ESS3890 VCD 原代码。 支持MP3,MWA,CD ,CD-R,CD-RW,VCD ,JPG等,-ESS3890 VCD original code. Supports MP3, MWA, CD, CD-R, CD-RW, VCD, JPG,
jpgtoavi
- jpg转avi 自己可以指定要转的目录 要转的文件数量,帧数,分辨率大小 都在main.cpp中-jpg turn avi they can specify the directory to turn the volume of documents, Frame, Resolution of all sizes in which main.cpp
WriteImage
- c的小程序,用于将jpg格式的图片转换成bmp
SeeNotACD
- 使用Visual C++和MFC制作的,类似ACDSee的看图软件,支持BMP,GIF,PCX,TGA,JPG等多种图像文件格式。速度快,运行稳定,可以作为大型图像处理系统的一部分。
Vedio2BMPConverter
- 用VC写的一个可以将视频文件转换为.bmp,.jpg等格式的图片序列的软件,对于学习cximage和ffmpeg库都比较有用,也可以帮助你自己写播放器,支持的视频格式很多
CPicture_Src
- Simple class for drawing pictures (JPG, TIFF, GIF, etc...)
tuxianggeshizhuanhuan
- 图像格式转换程序 可在jpg、bmp、tif等10种格式间转换 双击进行文件格式转换,单击按钮可设置相应参数-Image format conversion process can be jpg, bmp, tif, etc. 10 kinds of format conversion and exchange between double-click to convert file formats, click the button to set the corresponding p
ceshi2
- This a program which can show the pictures.It is a MFC form in VC++.It can show the form like bmp.,jpg. and so on.
摄像头抓图源代码
- 开启摄像头抓图。摄像头显示窗口可以随意改变大小,抓图后保存的图片大小可以根据自己传入的宽和高随意改变,只添加了BMP转JPG的功能,要把BMP转为其他格式,自己阅读代码可以很容易修改。。里面有测试demo,也有接口说明,主要接口为打开摄像头,暂停预览,恢复预览,抓图,图片旋转,关闭摄像头。