2
croppedImage = image.crop(200, 200, 200, 200)
window = Window(800, 800)
window.add(croppedImage)
window.wait()
window.close()
Error message: ParameterTypeError: Incorrect type for parameter 'graphic' : NoneType, expected GraphicalObject
什麼是window對象類型? – Aesthete
你在說什麼Python?這裏列出的許多版本可能會或可能不會有任何重疊。 – Makoto
lvc是正確的,裁剪功能改變圖像,但它不返回任何東西。 – Super