登录
首页 » C# » 这是一个位图处理的函数库,C#写的。可以对位图进行各种模式的混合,可以像photoshop那样灰度蒙版,可以调整位图的色彩曲线,可以高斯模糊,当然还有写常见的功...

这是一个位图处理的函数库,C#写的。可以对位图进行各种模式的混合,可以像photoshop那样灰度蒙版,可以调整位图的色彩曲线,可以高斯模糊,当然还有写常见的功...

于 2022-02-05 发布 文件大小:4.39 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

这是一个位图处理的函数库,C#写的。可以对位图进行各种模式的混合,可以像photoshop那样灰度蒙版,可以调整位图的色彩曲线,可以高斯模糊,当然还有写常见的功能比如去色啊,增强色彩等功能。 因为东西比较多,所以文件很大,有1500多行,呵呵~-This is a bitmap handle of the library, C# Written. Bitmap can be a mixture of various modes can be as gray as the Mongolian version of photoshop, you can adjust the color bitmap curve, can be Gaussian blur, of course, to write common functions such as color ah to enhance the color and other functions . Because of something more, so big files, has more than 1500 lines,呵呵~

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OpenGL绘制球体
    说明:  OpenGL利用三角面片逼近绘制球体,纹理贴图实现可旋转的地球效果(OpenGL uses triangle patch to draw sphere and texture map to achieve rotatable earth effect)
    2019-11-17 12:43:27下载
    积分:1
  • C# 使用字符串数组创建一组单选框数据
    C# 基于字符串数组创建一组单选按钮的例子,附上了例子源代码,大家可了解C#字符串数组的简单应用。   以下是例子中的代码,运行后可见如下图所示的图片效果:   //基于字符串数组创建一组单选按钮   string[] MyArray = new string[4];   MyArray[0] = "渝北区";   MyArray[1] = "巴南区";   MyArray[2] = "长寿区";   MyArray[3] = "南岸区";   RadioButton[] MyRadioButtons =new RadioButton[4];   for (int i = 0; i < 4; ++i)   {    MyRadioButtons[i] = new RadioButton();    MyRadioButtons[i].Text = MyArray[i];    MyRadioButtons[i].Location = new System.Drawing.Point(    10, 20 + i * 20);    this.groupBox1.Controls.Add(MyRadioButtons[i]);   }   this.groupBox1.Text = "请评选全市卫生城区:";
    2022-02-27 00:14:46下载
    积分:1
  • LayersOfMaps
    It s an add-in for Arcmap to display properties of layers.
    2013-12-03 05:30:09下载
    积分:1
  • 使用C#编写的一个网上二手书店的源码,实现了用户注册,以及物品搜索,订购的功能。...
    使用C#编写的一个网上二手书店的源码,实现了用户注册,以及物品搜索,订购的功能。-The use of C# Prepared an on-line source of second-hand bookshop, realize the user register, as well as search items, ordering functions.
    2023-08-09 13:35:05下载
    积分:1
  • 心形流水灯
    说明:  基于STC89C52RC的一种超炫的流水灯,代码十分的简洁。(Based on STC89C52RC, a dazzling water lamp, the code is very simple.)
    2020-06-18 10:00:01下载
    积分:1
  • Grayscaleimagesharpening
    灰度图像图像锐化处理,拉普拉斯变换,梯度等(Grayscale image sharpening, Laplace transforms, gradients, etc.)
    2010-10-25 17:27:54下载
    积分:1
  • Finite_time_Sim
    群集行为是多智能体系统研究中的一个重要问题,其主要任务是给出多个智能体基于局部信息实现群集行为的条件,本文针对信息交换拓扑保持连通性的群集行为展开研究,主要内容如下(Swarming behavior is an important problem in the research of multi-agent system, its main task is to give a local agent information to realize the swarm behavior based on the condition, according to the topology preserving connectivity of the cluster behavior information exchange, the main contents are as follows)
    2017-08-09 15:32:20下载
    积分:1
  • BCB-vcl
    BCB三个高级组件TRichEdit组件、TreeView组件、TCustomGrid组件的应用 (The application of BCB three advanced components the TRichEdit components, TreeView component TCustomGrid components)
    2012-08-08 15:57:33下载
    积分:1
  • 7608986a546a
    xfarbe-2.3.rar - 一个非常棒的二维等值线绘制程序,采用双三次曲面拟合算法,得到的等值线非常光滑,相比其它我所见的到的追踪等值线算法加平滑结果得到的等值线质量高出很多(A great two-dimensional contour mapping procedures)
    2012-01-30 16:45:47下载
    积分:1
  • main
    测试步进电机正反转,可以看到步进电机正转一会儿又反正,一直循环。(Test step motor and reversing, can see is a stepping motor and anyway, have been circulating.)
    2014-08-01 22:57:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载