BhavyeMathur/goopylib-v1

Change blur by negative amount

Opened this issue · 0 comments

When an image's blur is a positive number, changing the blur of the image by a negative number doesn't actually do anything. To fix this, every blur operation must be performed on the original image, and not the blurred image (because information cannot be 'unblurred' from the blurred image)