Blend images together and create new memories
Go to file
Ali Gator 8ff8900b67 example output 2022-05-02 14:19:27 +02:00
assets example output 2022-05-02 14:19:27 +02:00
.gitignore logging each steps 2022-05-01 09:07:46 +02:00
README.md example output 2022-05-02 14:19:27 +02:00
blend.go average blend method 2022-05-02 13:25:50 +02:00
config.go average blend method 2022-05-02 13:25:50 +02:00
fs.go configurable input directory 2022-05-01 09:48:37 +02:00
go.mod initial commit 2022-04-24 14:24:54 +02:00
main.go cleaning main + quiet mode 2022-05-01 21:30:35 +02:00
main_test.go variable number of images to blend (shitcode) 2022-05-01 20:52:03 +02:00

README.md

Requirements

  • go >= 1.16.2

Install

Just git clone, cd pixelweaver and go build bro

Usage

See pixelweaver -help for all available options

Example : Blends three random pictures stored in specified folder, using averaging, with a sepia filter pixelweaver -amount 3 -input ~/Photos -blending average -sepia

output generated by previous command

Resources