yvbbrjdr / i3lock-fancy-rapid

A faster implementation of i3lock-fancy.
BSD 3-Clause "New" or "Revised" License
149 stars 20 forks source link

Pixelation #3

Closed matt1003 closed 5 years ago

matt1003 commented 5 years ago

Is it possible to do pixelation rather then blurring?

yvbbrjdr commented 5 years ago

It's possible. Instead of applying a box filter on the image, we can calculate the average color of the pixels in a square and set every pixel in that square to be the average color.

matt1003 commented 5 years ago

That would be awesome. i3lock-fancy still takes 2 to 3 seconds to pixelate, which is far too long.

yvbbrjdr commented 5 years ago

@matt1003 The feature is merged!