AlexRogalskiy / object-mappers-playground

Object mappers playground
GNU General Public License v3.0
3 stars 3 forks source link

Auto Compress Images #286

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

Images automagically compressed by Calibre's image-actions

Compression reduced images by 21.8%, saving 23.55 KB.

Filename Before After Improvement
docs/images/icons8-add-property-64.png 1.38 KB 1.16 KB -16.0%
docs/images/icons8-attach-64.png 2.74 KB 2.27 KB -17.0%
docs/images/icons8-bug-64.png 2.01 KB 1.53 KB -23.9%
docs/images/icons8-code-64.png 1.77 KB 1.40 KB -20.8%
docs/images/icons8-edit-property-64.png 1.27 KB 1.06 KB -16.5%
docs/images/icons8-fork-64.png 1.57 KB 1.31 KB -16.5%
docs/images/icons8-help-64.png 3.35 KB 2.77 KB -17.2%
docs/images/icons8-inspect-code-64.png 2.78 KB 2.29 KB -17.4%
docs/images/icons8-inspector-64.png 2.70 KB 2.21 KB -18.2%
docs/images/icons8-list-64.png 1.15 KB 1.11 KB -4.0%
docs/images/icons8-module-64.png 2.00 KB 1.58 KB -20.8%
docs/images/icons8-program-64.png 1.41 KB 1.15 KB -18.7%
docs/images/icons8-remove-property-64.png 1.60 KB 1.28 KB -19.7%
docs/images/icons8-report-64.png 928 bytes 911 bytes -1.8%
docs/images/icons8-source-64.png 1.68 KB 1.45 KB -13.7%
docs/images/icons8-sys-info-64.png 1.18 KB 1.01 KB -15.0%
docs/images/icons8-true-false-64.png 1.08 KB 938 bytes -15.5%
docs/toc.png 77.33 KB 58.97 KB -23.7%

4 images did not require optimisation.


This change is Reviewable

changelogg[bot] commented 2 years ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)