Rank: Newbie
Groups: Joined: 2/4/2021(UTC) Posts: 2
|
For many products we have target resolutions, lets say 300 dpi.
While we want to warn a client that 100 dpi may not look good, we also want to block a client from using an image below 60dpi altogether
currently my UI-Framework config for this reads:
"rules": [ { "type": "colorspace", "severity": "error", "enableFix": true, "params": { "allowedColorSpaces": [ "cmyk" ] } }, { "type": "resolution", "severity": "warning", "params": { "target": 150 } } ],
is it possible to define both warning and error levels ?
|
|
|
|
Rank: Member
Groups: Joined: 11/14/2019(UTC) Posts: 29
Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.