| key | description | available values | examples | default value |
|---|---|---|---|---|
| frWidth | width of the frame bands to be created, in pixels; the first value indicates the width of the band nearest to the image edge |
(list of) positive integers | frWidth=10 frWidth="15" frWidth="10,20" |
0 (no frame) |
| key | description | available values | examples | default value |
|---|---|---|---|---|
| frWidthN frWidthE frWidthS frWidthW |
width of the frame bands to be created, in pixels; the first value indicates the width of the band nearest to the image edge |
(list of) positive integers | frWidthE=10 frWidthN="15" frWidthS="10,20,30,40" |
0 (no frame) |

class=XBorderFilter frWidth=20

class=XBorderFilter frWidth=20 frWidthN=5 frWidthS=40
| key | description | available values | examples | default value |
|---|---|---|---|---|
| frCol | colors of the frame (bands) to be created | (list of) color names or #......-values | frCol=black frCol="white" frCol="black,white,black" frCol=#ff0000 |
white |

class=XBorderFilter frWidth=10,10,10 frCol=red,green,blue
| key | description | available values | examples | default value |
|---|---|---|---|---|
| boTrans | transparencies of the frame (bands) to be created, in % | (list of) positive integers | boTrans=20 boTrans="25" boTrans="100,100,0" |
0% (totally opaque) |

class=XBorderFilter frWidth=10,10,10 frTrans=70,0,30 bgCol=red
| key | description | available values | examples | default value |
|---|---|---|---|---|
| frBlend | flag, indicating the frame colors and transparencies are to be blended that means, that the colors and transparencies are blended between subsequent bands, using linear recombination | true, false | frBlend (sets frBlend to true) frBlend=false |
false |

class=XBorderFilter frWidth=10,10 frCol=red,green,blue frTrans=30,50,70 frBlend
| key | description | available values | examples | default value |
|---|---|---|---|---|
| brThick | thickness of the bracket to be created, in pixels | positive integer | brThick=1 brThick="5" |
1 |

class=XBorderFilter frWidth=20 brStyle=VERTICAL brThick=2
| key | description | available values | examples | default value |
|---|---|---|---|---|
| brCol | color of the bracket to be created | color names or #......-values | brCol=black brCol="white" brCol=#ff0000 |
black |

class=XBorderFilter frWidth=20 brStyle=HORIZONTAL brCol=red
| key | description | available values | examples | default value |
|---|---|---|---|---|
| brStyle | style of the bracket to be created | NONE NORMAL HORIZONTAL VERTICAL |
brStyle=NORMAL | NONE (no bracket drawn) |
| key | description | available values | examples | default value |
|---|---|---|---|---|
| brX | length of the horizontal bracket to be created, in pixels | integer | brX=50 brX=-1 |
0 |
| key | description | available values | examples | default value |
|---|---|---|---|---|
| brY | length of the vertical bracket to be created, in pixels | integer | brY=50 brY=-1 |
0 |

class=XBorderFilter frWidth=20 brStyle=NORMAL brX=15 brY=10