| key | description | available values | examples | default value |
|---|---|---|---|---|
| boWidth | width of the border bands to be created, in pixels; the first value indicates the width of the band nearest to the image edge |
(list of) positive integers | boWidth=10 boWidth="15" boWidth="10,20" |
0 (no border) |
| key | description | available values | examples | default value |
|---|---|---|---|---|
| boWidthN boWidthE boWidthS boWidthW |
width of the border bands to be created, in pixels; the first value indicates the width of the band nearest to the image edge |
(list of) positive integers | boWidthE=10 boWidthN="15" boWidthS="10,20,30,40" |
0 (no border) |

class=XBorderFilter boWidth=20

class=XBorderFilter boWidth=20 boWidthN=5 boWidthS=40
| key | description | available values | examples | default value |
|---|---|---|---|---|
| boCol | colors of the border (bands) to be created | (list of) color names or #......-values | boCol=black boCol="white" boCol="black,white,black" boCol=#ff0000 |
white |

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

class=XBorderFilter boWidth=10,10,10 boTrans=20,50,80
| key | description | available values | examples | default value |
|---|---|---|---|---|
| boBlend | flag, indicating the border colors and transparencies are to be blended that means, that the colors and transparencies are blended between subsequent bands, using linear recombination | true, false | boBlend (sets boBlend to true) boBlend=false |
false |

class=XBorderFilter boWidth=10,10 boCol=red,green,blue boTrans=30,50,70 boBlend
| key | description | available values | examples | default value |
|---|---|---|---|---|
| boMargin | margin between image edge and outer border edge, in pixels | positive integer | boMargin=20 | 0 (no margin) |

class=XBorderFilter boWidth=20 boMargin=10
| key | description | available values | examples | default value |
|---|---|---|---|---|
| boClip | clip radius, that ist the radius of the rounding on the border corners | positive integer | boClip=20 | 0 (no clipping) |

class=XBorderFilter boWidth=20 boClip=20