From e3275044d692b675e48a4b9602faeba9085b42c0 Mon Sep 17 00:00:00 2001 From: Nurlan Tulemisov Date: Thu, 30 Sep 2021 16:11:39 +0300 Subject: [PATCH] add examples --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d450047..f75423b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,16 @@ An implementation image compression using SVD decomposition on Go * [Go 1.17]() * [Gonum](https://github.com/gonum/gonum) +## Compression examples + +Header | Image +-------|----------------------------------- +| Original | ![](fixtures/test10x10.jpeg) +| Ratio 10% | ![](fixtures/test10x10_compressed10.jpeg)| +| Ratio 50% | ![](fixtures/test10x10_compressed50.jpeg) +| Ratio 80% | ![](fixtures/test10x10_compressed80.jpeg)| +| Ratio 99% | ![](fixtures/test10x10_compressed99.jpeg)| + ## Getting Started To get a local copy up and running follow these simple steps.