Skip to content

Commit 4a60c55

Browse files
authored
Update README.md
1 parent 6cd29ca commit 4a60c55

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<p>
33
Compression using various algorithms and Comparision between them :)
44
</p>
5+
6+
<b> Sample compression using Median Cut Algorithm </b>
7+
<table>
8+
<tr>
9+
<td><img src="median-cut-algorithm/code_blooded.bmp" alt="uncompressed img"/><p> <i>Uncompressed Image</i></p></td>
10+
<td><img src="median-cut-algorithm/code_blooded16.bmp" alt="compressed img"/><p> <i>Compressed Image(depth=4)</i></p></td>
11+
</tr>
12+
</table>
13+
514
<p>
6-
Feel free to fork and play around with the algorithms. And I am also open to suggestions!
15+
Feel free to fork and play around with the algorithms. And I am open to any suggestions or commits!
716
</p>

0 commit comments

Comments
 (0)