Open leliel12 opened 4 years ago
Implement a default behavior to the difference with the __sub__
__sub__
So instead of execute img_a.diff(img_b) you can run img_a - img_b
img_a.diff(img_b)
img_a - img_b
Implement a default behavior to the difference with the
__sub__
So instead of execute
img_a.diff(img_b)
you can runimg_a - img_b