Other chapters:
Miscellaneous Effects
The corners of images can forced to be clipped.
| key |
description |
available values |
examples |
default value |
| clip |
clip radius, that ist the radius of the rounding on the image corners |
positive integer |
clip=20 |
0 (no clipping) |
Clipping affects an additional frame, border corners are left untouched
Example Images

class=XBorderFilter clip=60
The color of the background as visible on shadows, transparent frames and clipped image corners
can be controlled by the parameter bgCol.
| key |
description |
available values |
examples |
default value |
| bgCol |
background color |
color names or #......-values |
bgCol=blue bgBGCol=#f0f0f0 |
white |
Example Images

class=XBorderFilter clip=60 bgCol=#fff0f0
An image file for the background as visible on shadows, transparent frames and clipped image corners
can be given by the parameter bgFile.
| key |
description |
available values |
examples |
default value |
| bgFile |
background image file |
local file name or URL |
bgFile=background.jpg bgFile=http://jalbum.net/images/jlogo-big.png |
white |
If this parameter is given, XBorderFilter trys to open it as local file, if it fails, it trys
to interpret it as URL. If both fails, the background falls back to be uniform colored with
bgCol.
The file given must be a gif, jpg or png file.
To use png files, XBorderFilter must be run on Java 1.4 or better.
Example Images

class=XBorderFilter frWidth=40 frTrans=50 bgFile=http://jalbum.net/images/jlogo-big.png
The horizontal shift of the background file during draw of the background.
| key |
description |
available values |
examples |
default value |
| bgOffX |
x background image offset |
positive integer |
bgOffX=10 |
0 |
The vertical shift of the background file during draw of the background.
| key |
description |
available values |
examples |
default value |
| bgOffY |
y background image offset |
positive integer |
bgOffY=10 |
0 |
Enables some debug loggings to err.
| key |
description |
available values |
examples |
default value |
| debug |
debug switch |
true false |
debug=true |
false (off) |
Top