Closed missionfloyd closed 2 years ago
I just realized that it's no longer necessary to make copies of image. Image.point() returns a new image.
image
Image.point()
That's awesome. This was a simple fix so I just made it quick in the main rather than waiting for you to rebase. Thanks!
Thanks for catching that!
I just realized that it's no longer necessary to make copies of
image
.Image.point()
returns a new image.