image filter with skipLargerDimension and skipLargerFilesize
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2024-04-23 09:52:27 +00:00
parent b0771bdfb5
commit c6abfc9f07
Signed by: apairon
SSH Key Fingerprint: SHA256:lYVOnGlR42QHj7wuqfFgGw8cKbfyZUpzeRDGVBBAHQU

View File

@ -58,6 +58,12 @@
},
"quality": {
"type": "number"
},
"skipLargerDimension": {
"type": "boolean"
},
"skipLargerFilesize": {
"type": "boolean"
}
}
}