.net 图像编辑算法
我想要一个能够向图像添加软边框的 .net(或本机)代码。
例如:
初始图像
转换后的图像:
我用 Word 2010 做到了这一点,但我确信有一个 C++ 或 .net 库可以执行相同的操作。
如果您熟悉可以执行此操作的某些代码,请告诉我。
谢谢。
I want a .net (or native) code that will be able to add a soft borders to an image.
For example:
Initial image
Image after transformation:
I did it with Word 2010, but I am sure there is a C++ or .net lib that does the same.
If you are familiar with some code that can do this, please let me know.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最简单的方法是创建一个从白色渐变为透明的图像,然后将其绘制在图像之上。喜欢:
The simplest way is to create an image that fades from white to transparent, and just draw that on top of the image. Like:
查看 ImageMagick。
http://www.imagemagick.org/index.html
Check out ImageMagick.
http://www.imagemagick.org/index.html