资源列表
利用VC实现图像的特殊显示效果
- 利用VC实现图像的特殊显示效果-VC image of the special effects,
1_3
- VC写的游戏很不错的小游戏请大家多下点-VC of the game was very good small game Please make more points
DIB_PreviewDlg_Code
- DIB处理原代码-DIB processes the original code
图片浏览
- 图片浏览的示例程序- Picture browsing demonstration procedure
bmp文件读写函数
- bmp文件读写函数-bmp document read-write function
Bmp2Dat
- 图形处理24bit--16bit- The graph processes 24bit--16bit
picview
- 基于vc的用于实现图象浏览的一个小程序啊- Uses in a realization image browsing scr ipt based on vc
2004510172742
- 基于vc的图象浏览程序- Based on vc image browsing procedure
gd-1[1].8.4.tar
- gd 是一个图形库。它允许你的代码快速画图,使用线,弧,文件,多颜色,从其他的图片剪切和粘贴,充满填充和编写一个PNG文件结果。-gd is a graph storehouse. It permits your code fast painting, the use line, the arc, the document, the multi- colors, cut from other pictures and glue, fill fill and compile a PNG doc
Grphic
- C#实现的MDI简单画图程序. 体现了C#做MDI的编程思想. 可做一个例子进行详细填充. 只是里面有日文语句,怕中文机子不能顺畅运行.-C# realization MDI simple painting procedure Manifested C# to make MDI the programming thought May make an example to carry on the detailed packing Only is inside has the Japanese
TIF源码
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后.
读取bmp
- BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。