Table of Contents ▸ List of Commands ▸ Image Drawing ▸ circle | ◀ cie1931 | close_binary ▶ |
circle
Arguments:
- x[%],y[%],R[%],_opacity,_pattern,_color1,...
Description:
Draw specified colored circle on selected images.A radius of 100% stands for sqrt(width^2+height^2).
pattern is an hexadecimal number starting with 0x which can be omitted
even if a color is specified. If a pattern is specified, the circle is
drawn outlined instead of filled.
Default values:
opacity=1, pattern=(undefined) and color1=0.
Example of use:
image.jpg repeat 300 circle {u(100)}%,{u(100)}%,{u(30)},0.3,${-rgb} done circle 50%,50%,100,0.7,255
