What is the difference between PIL.ImageChops.subtract and first converting to numpy arrays and then subtract those?

后端 未结 0 972
独厮守ぢ
独厮守ぢ 2021-01-11 15:21

So I want to subtract Image2 from Image1 using Pillow. I first tried to do this by converting them to numpy arrays, subtract those and then converting the arrays back to Ima

相关标签:
回答
  • 消灭零回复
提交回复
热议问题