calibreapp/Image Actions
Compresses Images for the Web
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The token that the action will use to create and update the pull request. | — | ${{ github.token }} |
| jpegQuality | JPEG quality level | no | 85 |
| jpegProgressive | Use progressive (interlaced) scan for JPEG | no | false |
| pngQuality | PNG quality level | no | 80 |
| webpQuality | WEBP quality level | no | 85 |
| avifQuality | AVIF quality level | no | 75 |
| ignorePaths | Paths to ignore during search | no | node_modules/** |
| compressOnly | Images will be compressed. No commit, or comments will be added to your Pull Request | no | false |
| minAbsChange | Minimun bytes reduction to be committed | no | 1024 |
| minPctChange | Minimun percentage reduction to be committed | no | 5 |
Outputs
| name | description |
|---|---|
| markdown | Output param used to store the Markdown summary for subsequent actions to use |