We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd29ca commit 4a60c55Copy full SHA for 4a60c55
README.md
@@ -2,6 +2,15 @@
2
<p>
3
Compression using various algorithms and Comparision between them :)
4
</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
14
- 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!
16
0 commit comments