esimov / caire

Content aware image resize library
MIT License
10.36k stars 384 forks source link

Index out of range when using a blur radius value >= 255 #69

Closed esimov closed 2 years ago

esimov commented 2 years ago

Describe the bug

In case we are using a blur radius greater or equal to 255 the application will panic with an index out of range [255] with length 255 error.

esimov commented 2 years ago

Issue fixed.