kornelski / mediancut-posterizer

Lossy PNG compressor for RGBA PNGs. Has two modes: lossy averaging filter (blurizer) that denoises the image and optimal posterization using Median Cut quantization to reduce number of unique colors in the image with minimal visual distortion
https://pngmini.com
236 stars 32 forks source link

Update blurize.c #11

Closed agprimatic closed 9 years ago

agprimatic commented 9 years ago

After reviewing how the code works a little more, looks like I had the copy backwards. This should do it.