Meet us at Drupa 24. Dusseldorf/Germany. May. 28 - Jun 7.
Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
nbalchin  
#1 Posted : Wednesday, September 1, 2021 8:20:45 AM(UTC)
nbalchin

Rank: Newbie

Groups: Member
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 ?

VictorTolstov  
#2 Posted : Wednesday, September 1, 2021 9:01:11 AM(UTC)
VictorTolstov

Rank: Member

Groups: Member
Joined: 11/14/2019(UTC)
Posts: 29

Was thanked: 1 time(s) in 1 post(s)
Hello Neil,

Could you create a case in your account and also attach your entire configuration file for the UIF?

https://customerscanvas.com/account/cases

Regards, Victor

Users browsing this topic
Guest
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.