srz-zumix/check book image format
check book image format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | image directory path. default is '.' | no | . |
| level | report level (warning or error). default is 'error' | no | error |
| dpi | require dpi. if dpi==0, skip this check. default is '350' | no | 350 |
| longside | min longside pixel. if longside==0, skip this check. default is '1000' | no | 1000 |
| pixel_limit | maximum pixels. if pixel_limit==0, skip this check. default is '4000000' | no | 4000000 |
| formats | require formats (comma sparate). if empty, skip this check. default is 'JPEG' | no | JPEG |
| always_success | always exit code 0. default is 'false' | no | false |
Outputs
no outputs