在c#中合并两个图像
我想通过组合两个图像来创建图像,以便使用 C# 代码将第一个图像设置为第二个图像的边框。
I want to create an image by combining two images so that first image is set as border of second image using c# code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请查看这篇关于在 C# 中组合图像的文章,
只需更改它即可工作使用两个图像,并操纵偏移量,使一个图像与另一个图像接壤。
Please check out this articles on combining images in C#
Just change it to work with two images, and manipulate the offset so one borders the other.
免责声明:我在 Atalasoft 工作,
我们的 DotImage Photo SDK(免费)可以做到这一点。
加载图片
加载边框(假设中间透明,大小相同)
保存最终图片
Disclaimer: I work at Atalasoft
Our DotImage Photo SDK (which is free) can do this.
Load an image
Load the border (assumes that it has tranparent in the middle, and is the same size)
Save the final image