搜索资源列表
screenprintwithvc
- 在Windows操作系统中,当用户按下"PrintScreen"按钮后,Windows自动将当前屏幕的图像拷贝到系统剪贴板中,这时可以通过"画笔"这个小程序将剪贴板中的内容保存成图像文件,可以看出,如果需要将当前屏幕保存下来还是比较麻烦的,能否可以自己编写一个应用程序,自动将当前屏幕的内容保存到一个图像文件中去呢?这个答案是肯定的,本实例应用程序就是利用通用的热键管理DLL库实现的热键功能,在收到热键通知后截取屏幕的内容并保存到bmp文件中。例如我们设置图
YUVSaveBmp.rar
- YUV数据直接转化为bmp文件,使用c语言定义。使用与多种平台,YUV data save to bmp file
BMP2AVI
- BMP 文件转为 AVI 文件 非常好非常实用的代码-BMP file to AVI file a very good very useful code
jpeg
- 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件代码结构只求能说明各步骤过程,并不做特别的优化,效率较为一般。-This is a simple jpeg encoding procedures, the baseline support 1:1:1 color sampling jpeg, enter only the 24bit code BMP files can only describe the structure of
CreateWMV
- 将BMP转换成WMV视频文件的源代码,值得一看-BMP converted to WMV video file of the source code, see
avi_player
- 用mcisendstring实现一个简单的播放AVI的播放器。可以定位到某一特定的帧,同时可以把该帧截图保存为一个bmp文件。-Mcisendstring with the player to achieve a simple AVI player. Can be targeted to a particular frame, the frame at the same time can be saved as a bmp screenshot file.
AviCreate
- 生成AVI文件的例子,可以选择一个目录,允许在同一文件内放一个wav声音文件,程序会将里面的所有bmp文件(要求是24位的)自动合成avi文件,wav文件会做为背景音乐。该例子虽不完善,但可以为avi的视频流及声音流的读写提供参考。-Examples of AVI file is generated, you can choose a directory that allows the same directory put a wav sound file, the program will b
BmpToJpg
- 图像压缩:将BMP文件压缩成JPG文件,VISUAL C++实现-BMP TO JPG
bmp2rle
- 使用java实现对BMP图形文件向RLE图形文件的转换-BMP files to RLE files by java
avi
- avi处理程序,可以读取AVI文件进行播放,并可对AVI文件进行黑白化和镜像处理,可以将AVI文件转化为BMP文件,并且可以将序列BMP文件转化为avi文件-avi handler can read the AVI file playback, and AVI files on the black and white and mirror processing AVI files can be converted to BMP files, and the sequence of BMP fil
vcPP_avi_bmp
- avi媒体播放器,能够所需窗口保存图像到bmp文件,可显示视频文件信息-avi media player, to the desired window to save the image to bmp file, you can display the video file information
vcPPavi_autosave_bmp
- vc++avi媒体播放器,可单独或利用进程自动保存所需窗口图片到BMP文件-vc++ avi media player, individually or use the process to automatically save the desired window picture to BMP file
24bmp
- 倒立打开bmp文件,稍作修改就可正立打开并显示图片信息。-Inverted open bmp files, minor modifications can be upright to open and display picture messages.
camera
- 一个摄像头的程序,通过本地摄像头打开,停止,保存bmp文件,录制,等-A program of the camera by a local camera open, stop, save bmp file, record, etc.
HistDemoA
- 读取一个bmp文件并且对图片实现直方图均衡化处理-Bmp file and read a histogram equalization for image processing
picture-to-framebuffer
- 这是一个C写的程序,它用来处理.bmp文件,经处理后的.bmp文件可以直接在Linux framebuffer上显示,作者在蓝海微芯的ARM9/2410开发板上已经使用,详细步骤在附录的.txt文件中有记录。-A small C application to change the bmp picture for displaying on the 2410 board s LCD.
bmpTojpg
- 完成bmp文件到jpg文件的转换,调用方法给出在程序代码中。-Complete jpg bmp files to convert the file, call the method given in the program code.
storeyuvbmp
- 将YUV文件转成BMP文件,YUV文件格式为YUVviewerPlus.exe可打开的UV12格式-YUV file will be transferred to a BMP file, YUV file format is open UV12 format YUVviewerPlus.exe
dvexp6
- 对BMP图像作平移处理并保存为新bmp文件 -The BMP image is translated and saved as the new BMP file
01_Experiment0101
- 读写bmp文件,调用c接口,读本地bmp文件中的数据(read bmp files. Read and write BMP files, call the C interface, read the data in the local BMP file.)