File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,33 @@ A Github Action to optimize images in a repo
2626## Example and usage
2727
2828
29+ <details >
30+ <summary > View Example Of Image Compression Results </summary >
31+
32+ <br >
33+
34+ ✅ [OPTIMIZED] ./image_1.png
35+ PNG/RGBA: 516.6 KB -> PNG/RGBA: 490.8 KB 🔻 5.0%
36+ ✅ [OPTIMIZED] ./image_2.png
37+ PNG/RGBA: 771.8 KB -> PNG/RGBA: 741.5 KB 🔻 3.9%
38+ ✅ [OPTIMIZED] ./image_3.png
39+ PNG/RGBA: 737.3 KB -> PNG/RGBA: 707.8 KB 🔻 4.0%
40+ ✅ [OPTIMIZED] ./image_4.png
41+ PNG/RGBA: 31.4 KB -> PNG/RGBA: 30.7 KB 🔻 2.3%
42+ ✅ [OPTIMIZED] ./image_5.png
43+ PNG/RGBA: 203.9 KB -> PNG/RGBA: 200.0 KB 🔻 1.9%
44+ ✅ [OPTIMIZED] ./image_6.png
45+ PNG/RGBA: 534.2 KB -> PNG/RGBA: 514.5 KB 🔻 3.7%
46+ ----------------------------------------
47+ Processed 6 files (2.7 MB) in 4.3s (1.4 f/s).
48+ Optimized 6 files.
49+ Average savings: 18.3 KB per optimized file
50+ Total space saved: 109.9 KB / 3.9%
51+
52+
53+ </details >
54+
55+
2956<details >
3057<summary >How to use this action</summary >
3158<br ><br >
You can’t perform that action at this time.
0 commit comments