b-rad-c / go-image-filter

A CLI with pixel sorting and various image filters written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Image Filter

A simple image filtering program.

See ./img for samples

Run go run -h for instructions

Row filter

Replace each row in the image with the min, avg or max color value in the original row.

Max value by row

That's boring, let's add a shadow mask.

That's better!

Or sort the colors in each row.

Pixel sort

Checkerbox filter

Checkboxer filter

With shadow and highlight massks

Checkboxer filter

More samples!

Checkboxer sky!

On the beach

About

A CLI with pixel sorting and various image filters written in go

License:MIT License


Languages

Language:Go 100.0%