Hacker News new | ask | show | jobs
by andrei-akopian 604 days ago
Thank you so much for making this.

I am still figuring out how exactly the filter works. The guide you linked is great, but I was confused how to replicate the steps in your editor.

Fur purposes of playing around, it would be great if you linked some good images/examples. The ones in my download folder are kind of bad.

Also: https://www.youtube.com/@Acerola_t

2 comments

Yeah, I can look into adding a example image or even the ability to load a online image via URL
Yeah, I was thinking about writing a blog post about it but I did not know if people would be interested.

For the filter try this

     0 -1  0
    -1  5 -1
     0 -1  0
This will apply a sharp filter to a loaded image

    0  1  0
    1 -3  1
    0  1  0
This one will bluer the image