Blending the edges of an overlaid image using python

雨燕双飞 提交于 2021-01-29 13:17:46

问题


Follow up question from Replacing a quadrilateral with a square generated from PIL.QUAD

I am able to overlay the image perfectly, but want ways to blur just the edges. I took a look at composite_channel and the list of operators (http://docs.wand-py.org/en/0.4.1/wand/image.html#wand.image.COMPOSITE_OPERATORS) and while luminize seems to work well as an operator, it still does not blur the edges. Are there ways to do this with wand?

来源:https://stackoverflow.com/questions/61276080/blending-the-edges-of-an-overlaid-image-using-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!