diff --git a/README.md b/README.md index 51d1c22..a74323d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ 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](./assets/example.jpg) + # Resources - [image package documentation on pkg.go.dev](https://pkg.go.dev/image) - [Sighack - Averaging RGB Colors the Right Way](https://sighack.com/post/averaging-rgb-colors-the-right-way) - [Sau Sheong - Image processing with Go](https://go-recipes.dev/more-working-with-images-in-go-30b11ab2a9f0?gi=3bb0ce492e2e) +- [Damitha Dayananda - Image Processing With GoLang](https://medium.com/@damithadayananda/image-processing-with-golang-8f20d2d243a2) diff --git a/assets/moutons.jpg b/assets/moutons.jpg index a35ade3..a7fe3aa 100644 Binary files a/assets/moutons.jpg and b/assets/moutons.jpg differ