8000 GitHub - b-rad-c/go-image-filter: A CLI with pixel sorting and various image filters written in go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

b-rad-c/go-image-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0