Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurlan Tulemisov committed Sep 30, 2021
1 parent cb64bbe commit e327504
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e327504

Please sign in to comment.