EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.36k stars 230 forks source link

Fix blur and update CImg library #209

Closed Pajk closed 1 year ago

Pajk commented 8 years ago

Hi, the blur feature was not working at all for me.

I updated the CImg library but that didn't help so I dug deeper and fixed the issue by calling CImg->blur instead of CImag->vanvliet.

Pajk commented 8 years ago

@EyalAr Could you please review/merge this? It's the only reason why we have to use our own fork and there are more ppl having issue with blur feature (see #232).

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 98.311% when pulling bb17f8e3e2bbb08a5fcf0fe84ee76830b01ff02b on Pajk:master into a65f6086a26c22736eb4d7cfa43c096afad5b5e8 on EyalAr:master.

j3k0 commented 7 years ago

👍