benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.34k stars 239 forks source link

fixed Issue#723 #818

Open SaumyaKarnwal opened 9 months ago

SaumyaKarnwal commented 9 months ago

Fixed : https://github.com/benfry/processing4/issues/723

Initial error : When filter(BLUR, param) is called with param above a certain amount relative to the image size, an ArithmeticException is thrown for division by zero.

Current behaviour : image image

Please let me know if any changes are required.