ImageDecoratorFrame


Purpose

The ImageDecoratorFrame adds a frame to all images dragged to one of its tiles. The tile's configuration specifies the properties of the frame.

Depending on the shadow dimensions the final image may change its width and height. The additional background is set to transparent - in case the target format allows transparency.

The general tile handing is described here

Configuration

The general configuration handling is described here.

Outer Frame
Property
Description
Color The color of the outer frame. Format: color name like 'blue' or color hex value like '#0000ff' with the format #<red><green><blue> each with two hex values. Alternatively the color can be picked by a color chooser.
Thickness The thickness of the outer frame. Format: list of the frame's side-widths for the four sides <left>, <top>, <right>, <bottom>.
If all sides have the same width one value is sufficient as well
Corner Radius The corner radius fo the outer frame. Format: list of frame's corner radius' for the four corners <left-top>, <right-top>, <right-bottom>, <left-bottom>.
If all corners have the same radius one value is sufficient as well
Inner Frame
Property
Description
Color The color of the inner frame. Format: color name like 'blue' or color hex value like '#0000ff' with the format #<red><green><blue> each with two hex values. Alternatively the color can be picked by a color chooser.
Thickness The thickness of the inner frame. Format: list of the frame's side-widths for the four sides <left>, <top>, <right>, <bottom>.
If all sides have the same width one value is sufficient as well

samples

The following examples gives you an impression, how the configuration settings will influence the image processing.

sample 1

Silver outer frame with with rounded corners and an inner frame in whitesmoke.

sample 2

The outer and inner frame have the same color. The bottom thickness of the inner frame is used to get a "polaroid-like" frame impression.

sample 3

The corner radius of the upper left and the lower right corner are set to 0 to get an asymetric look of the frame.

sample 4

The corner radius of all corners is set to 500 to get an elliptoid frame.

×