AttributeError: 'Image' object has no attribute 'draw_edges'
时间: 2023-08-11 13:06:20 浏览: 79
【Python】AttributeError: ‘AutoSchema’ object has no attribute ‘get_link’
5星 · 资源好评率100%
回答: 这个错误是由于在使用属性 'draw_edges' 时出现了错误。根据引用中给出的正确写法,你可能需要使用PIL库中的ImageDraw模块来绘制边缘。你可以按照以下步骤进行操作:导入ImageDraw模块,使用ImageDraw对象来绘制边缘。这样,你就可以避免 'Image' object has no attribute 'draw_edges' 的错误。
阅读全文