rgb in for loop
This commit is contained in:
parent
94e77e2b14
commit
14d8b8704b
3 changed files with 42 additions and 91 deletions
|
@ -1,6 +1,8 @@
|
|||
# Compression d'image
|
||||
|
||||
Exercice de compression d'image pour apprendre le concept de base et constater le gain en taille de fichier
|
||||
Simple compression study in both RGB and monochrome images.
|
||||
|
||||
Takes an image as input and generates a plot with a comparison of the original, error, and compressed image, as well as the space saved compared to the raw image data
|
||||
|
||||
## Example with 30 & 20 as parameters
|
||||
<img src="example.png" height="250" />
|
||||
<img src="example.png" height="250" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue