Blend images together and create new memories
Go to file
Ali Gator 96f7636f01 paths safeguard 2022-05-04 10:22:02 +02:00
assets forgot imagegit status! 2022-05-02 14:22:15 +02:00
.gitignore paths safeguard 2022-05-04 10:22:02 +02:00
README.md multiply, typo for lighten, resources 2022-05-02 21:35:21 +02:00
blend.go paths safeguard 2022-05-04 10:22:02 +02:00
config.go paths safeguard 2022-05-04 10:22:02 +02:00
dimensions.go organizing + useless instructions 2022-05-04 09:31:21 +02:00
fs.go seed can be specified to reproduce output 2022-05-02 20:29:22 +02:00
go.mod initial commit 2022-04-24 14:24:54 +02:00
main.go organizing + useless instructions 2022-05-04 09:31:21 +02:00
main_test.go variable number of images to blend (shitcode) 2022-05-01 20:52:03 +02:00
workers.go organizing + useless instructions 2022-05-04 09:31:21 +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