搜索资源列表
WmfVideoPlayer
- 通过Windows Media Format SDK 实现的多媒体播放器,通过format解码,并用gdi+显示视频。-through the Windows Media Format SDK realization of multimedia players, through format decoding, and with gdi + video shows.
using_gdi_
- CGdiplusFileOpenDialog和CGdiplusFileSaveAsDialog类提供了一个在GDI+的MFC应用程序轻松实现文件打开和保存对话框的方法。 主要特点是: 1、它们可以动态地装入关于支持图像的解码器/编码器和构建文件过滤清单。 2、它们可以获得当前图像编码器标识码(CLSID)以供需要将其作为一个参数的GDI+函数使用。 3、它们可以检查和验证文件名和扩展名。-CGdiplusFileOpenDialog and CGdiplusFileS av
vidcap_src
- Video Preview and Frames Capture to Memory with SampleGrabber in Buffered Mode. The article demonstrating video preview and frames capture to memory from external video devices using ISampleGrabber interface in buffered mode. C++, VC8.0, Windows
gdiplus
- GDI+是.net提供的一个强大的图像处理接口,但目前大部分书籍还是停留在GDI的SDK(或VC)的程序。我在SDK的框架上添加了不到20行的代码实现了用GDI+引入图像,这可比以前的GDI编写近百行代码简便多了,有兴趣的朋友可以下载,包括可执行程序和源代码。(用的是.net外壳)。-yes. Net provide a powerful image processing interface, but the majority of books are still stuck in the SD
GDIanomation
- 用VC++实现的GDI动画,好好看看很有参考价值
C#画嵌套的二维表
- C#画嵌套的二维表,用到gdi+作图
geci
- delphi gdi 实现类此酷狗桌面歌词源码-delphi gdi lrics
GDIplus_SDK_ref_cn_chm
- GDI+ SDK 中文参考手册,CHM版,阅读十分方便。-GDI+ SDK Chinese language reference manual, CHM version of reading is very convenient.
ffmpeg.51.8_vc6
- ffmpeg 在VC6.0上的程式.可直接執行.-ffmpeg in the program on VC6.0. can be directly implemented.
200611251918562
- 这是利用CnPack代码的水波算法制作的,只利用了GDI画图,在有的电脑上可能有闪烁。-CnPack GDI
dfmirage-sdk-1.2.74.0
- DFMirage 的DELPHI开发包, 是开发截屏软件的利器,比GDI截图快N倍-DFMirage DELPHI development package, is a tool for developing software screenshots, N times faster than GDI
simplest_media_play
- 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM