Clojure2D/clojure2d

box and gaussian blurs should operate on doubles

genmeblog opened this issue · 4 comments

Current implementation is based on ints, that creates "ghosting" issue when blur is applied iteratively.

Actually there was an issue with rounding. Fixed.

Is it updated on clojars?

not yet

updated, latest snapshot. It's done by proper rounding.