c#
VB
c++
公共枚举ColoredPencilExtendedCommandFlags
公共枚举ColoredPencilExtendedCommandFlags
继承了系统。枚举
实现了系统。IComparable、系统。IConvertible、系统。IFormattable
公共枚举类ColoredPencilExtendedCommandFlags:公共系统。枚举, System.IComparable, System.IConvertible, System.IFormattable
价值 | 成员 | 描述 |
---|---|---|
1 | 艺术 | 使用艺术色彩,没有特定的方向主导整个图像。 |
2 | 定向 | 使用指定的方向角值。 |
16 | CombineOriginal | 将生成的图像与原始图像结合。 |
使用Leadtools;
使用Leadtools.Codecs;
使用Leadtools.ImageProcessing.SpecialEffects;
//在图像上运行ColoredPencilExtendedCommand并应用彩色铅笔扩展过滤器。
公共无效ColoredPencilExtendedCommandExample ()
{
//加载图像
RasterCodecs codecs =新RasterCodecs ();
编解码器。ThrowExceptionsOnInvalidImages =真正的;
RasterImage image = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir,@“ImageProcessingDemo \ NaturalFruits.jpg”));
//准备命令
ColoredPencilExtendedCommand命令=新ColoredPencilExtendedCommand ();
命令。Size = 5;
命令。强度= 4;
命令。阈值= 0;
命令。铅笔粗糙度= 250;
命令。StrokeLength = 15;
命令。纸糙度= 100;
命令。Flags = ColoredPencilExtendedCommandFlags.Artistic;
command.Run(图片);
编解码器。保存(形象,Path.Combine (LEAD_VARS.ImagesDir"ImageProcessingDemo\Result - ColoredPencilExtendedCommandCS.jpg"), RasterImageFormat.Jpeg, 24);
}
静态类LEAD_VARS
{
公共常量字符串ImagesDir =@“C: \ LEADTOOLS21 \ Resources \图片”;
}
进口Leadtools
进口Leadtools。编解码器
进口Leadtools.ImageProcessing.SpecialEffects
在图片上运行ColoredPencilExtendedCommand并应用彩色铅笔扩展过滤器。
公共子ColoredPencilExtendedCommandExample ()
昏暗的编解码器作为新RasterCodecs ()
编解码器。ThrowExceptionsOnInvalidImages =真正的
昏暗的leadImage作为RasterImage = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir,“ImageProcessingDemo \ NaturalFruits.jpg”))
准备命令
昏暗的命令作为ColoredPencilExtendedCommand =新ColoredPencilExtendedCommand
命令。Size = 5
命令。强度= 4
命令。阈值= 0
命令。PencilRoughness = 250
命令。StrokeLength = 15
命令。纸糙度= 100
命令。Flags = ColoredPencilExtendedCommandFlags。艺术
command.Run (leadImage)
编解码器。保存(leadImage Path.Combine (LEAD_VARS.ImagesDir"ImageProcessingDemo\Result - coloredpencilextendedcommanddvb .jpg"), RasterImageFormat.Jpeg, 24)
结束子
公共NotInheritable类LEAD_VARS
公共常量ImagesDir作为字符串=“C: \ LEADTOOLS21 \ Resources \图片”
结束类
帮助收藏
光栅net|C API|c++类库|HTML5 JavaScript
文档net|C API|c++类库|HTML5 JavaScript
医疗net|C API|c++类库|HTML5 JavaScript
医疗网络查看器net
188宝金博怎么下载
支持的平台上
.NET、Java、Android和iOS/macOS程序集
C API/ c++类库
HTML5 JavaScript库
您的邮件已发送给技术支持!应该有人联系!如果你的事情很紧急,请回来聊天。
聊天时间:
周一至周五,美国东部时间上午8:30至下午6:00
感谢您的反馈!
请再次填写表格,开始新的聊天。
所有代理目前都离线。
聊天时间:
星期一至星期五
美国东部时间上午8:30 -下午6点
如需与我们联系,请填写此表格,我们将通过电子邮件与您联系。