搜索资源列表
图象特效源码
- 由bcb写的图象特效集合(GDI,非常快速)-This project is wrote by bcb,and it is a cluster of special effects of images.
矢量图的打印
- delphi写的专业矢量图的打印.支持GDI+-written by professional vector graphics printing. Support GDI
GdiaMc
- GDI+图象编程,包含图象读取、图象与运算、灰度变换以及二值化等,功能在同一菜单下。-GDI programming, including image access, image computing, and the two gray transform value, such as the function of the same menu.
VB.NET - Advanced .NET Framework (GDI+) - Working
- 用vb做的刷子,可以变化着刷背景图,很好用-vb do with the brush, brush changing background map, with good
Leon_5_3_2(GDI+)
- 自做的MDI,可打开BMP文件并作相应处理,包含很全面的位图操作函数并封闭了一个CDib类。-done since the MDI may open the BMP file and dealt with accordingly. includes comprehensive bitmap manipulation functions and the closure of a CDib category.
GDI+ImgProc
- 用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!-use GDI + to read images, inversion, generating grayscale handle. And a redo and undo function. Learning GDI + image programming a very good reference example!
transparent_bmp.zip VB下显示透明位图的例子
- VB下显示透明位图的例子 ,The example for Displaying transparent graph in VB
transparent_bmp.zip VB下显示透明位图的例子
- VB下显示透明位图的例子 ,The example for Displaying transparent graph in VB
Study_GDIPLUS
- 使用GDI+来加载PNG图文件的实例, 作者代码清晰易读, 使用MFC开发, 适合初学者学习如何使用GDI+加载PNG图文件.-Use GDI+ to load the PNG image file example, on code readability, use the MFC development, suitable for beginners to learn how to use GDI+ load PNG image file.
cximage701
- CxImage StructureCxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。有的读者可能说,有那么多优秀的图形库,如OpenIL,FreeImage,PaintLib等等,它们可谓是功能强大,齐全,没必要用其它的类库。但我要说,这些类库基本上没有免费的,使用这些类库,你要被这样那样的许可协议所束缚。在这点上,CxImage类库是完全免费的。另外,在使用上述类库时,你会遇到重重麻烦。因为它们大部分是平台无关的,且用C语言写成,有的还夹杂着基本的C++
Draw
- 改代码演示了Windows GDI绘图的基本方法。在对话框中绘制sin函数,贝塞尔曲线,饼状图,阴影文字,旋转文字等等。开发环境:VS2008。-The file contains the basic use of Windows GDI.You can learn how to draw sin function,Bezier function,pie chart,shadow tetx and so on.All the code is based on VS2008 platform.
StretchBlt
- 可以轻松实现位图的拉升缩放等操作,可以轻松实现位图的拉升缩放等操作-Can easily achieve the try for bitmap scaling operations, can easily achieve the try for bitmap scaling operations
Gdiball位图P153
- 有关GDI绘图的使用,两个小球在时钟控制下 从中间开始对称得相互绕对方走。-the GDI graphics use, two small balls under the control of the clock from the beginning of symmetry in the middle of mutual walk around the other side.
EdgeFlagAA
- EdgeFlag是关于2D矢量图形中边界标记扫描的论文,论文中对此算法进行了较为详细的分析,此算法的效率高于GDI。-EdgeFlag on 2D vector graphics in the border marker scanning paper, paper on this algorithm a more detailed analysis, this algorithm is more efficient than GDI.
GDI+cxsjsl
- 演示了GDI+编程的源代码,对各种图象格式的处理-Demonstrated GDI+ Programming source code, to deal with a variety of image formats
ImgShow
- GDI/image programming -GDI/图象编程
ww
- 矢量图中自定义线型功能的实现,实现GDI+绘图时,自定义线型的功能。-Since the definition of linear vector functions in the realization of the realization of GDI+ drawing, since the definition of linear function.
GDI
- 用C+实现了波形图动态显示的效果,绿色网格红色曲线。-Implemented using C+ show the effect of dynamic waveform, the red curve of the green grid.
GDI+画树状图
- 利用GDI+画树状图,编程实现图形化操作(GDI+ drawing tree diagram, programming graphical operations)
使用GDI显示PNG图象
- 使用GDI显示PNG图象,以及显示PNG图象时大小不正常的解决方案