搜索资源列表
PsFilters
- 这是photoshop中置换滤镜的模拟代码,在photoshop中的置换图是psd文件,但这里是哟使用的是bmp图片。另外,包含了一个简单的图像反相功能,该功能是使用了指针,直接对图像数据的内存操作。-which is the replacement filter simulation code, photoshop in the replacement plan is psd file, but here is the use of yo bmp picture. Also, include
Win32Osd_WaterFlow[06-11-14_00]
- SCOsd.cpp可以直接操作内存的方式处理象素 CSWaterFlow.cpp是一个测试程序,撒水的粒子效果-SCOsd.cpp memory can operate directly approach CSWaterFlow pixels. cpp is a test procedure that tracks the effect of particles
DCtest
- 一个学习DC和位图的例子,可以修改内存来变化图像,本例子使用黑白位图进行内存操作。彩色位图的与此类似。-a study DC and bitmap example, memory can be amended to change images, The examples use black-and-white bitmap memory for operation. Color bitmap similar to this.
bmptest
- vc下操作bmp的例子,将图像读入内存,用帧差法处理得到结果,再保存到文件中,可以检测运动
20070615WinCE_ShowYuv422
- 基于WINCE5.0 ARMV4I平台下的用来直接显示YUV422的源代码,转换成BMP的操作在内存中完成。
消除闪烁
- 使图像消除闪烁的方法,先在内存中操作,然后在显示 的方法来消除闪烁-enable images to eliminate flicker method, first in memory operation, and then show the method to eliminate Stars
DC_V1.1
- 操作内存DC一直都很麻烦,此类模块将这些都封装了起来,用法简单,例子中很详细. 可以创建DC,载入图像,获取其他DC中的图像,贴图,写字,设置字体\颜色等,功能齐全,原创!-Operation of the memory DC has been very troublesome, such modules are packaged these up and use simple examples in detail. Can create a DC, load images, to obta
dcWatcher
- dcWatcher 是一个DC查看工具,用来跟踪DC位图的任何变化,可实时查看窗口DC或者内存DC的显示内容。 此工具最适合自绘界面的单步跟踪,通常情况下单步跟踪是无法查看绘制结果的。 使用方法: 1、把 dcWatcher.exe 和 dctrace.dll 文件复制到需调试的目标EXE的相同文件夹下 2、在项目中导入 dctrace.lib 库文件 3、在合适的CPP/H文件中包括 dctrace.h 头文件 4、在需要调试DC的地方插入语句,例如在WM_PAI
