Table of Contents ▸ List of Commands ▸ Image Drawing ▸ thickellipse | ◀ thickcircle | thickline ▶ |
thickellipse
Arguments:
- x[%],y[%],R[%],r[%],_angle,_thickness>=0,_opacity,_color1,...
Description:
Draw specified colored thick outlined ellipse on selected images.Default values:
thickness=3, opacity=1 and color1=0.
Example of use:
image.jpg repeat 300 thickellipse {u(100)}%,{u(100)}%,{u(50)},{u(50)},{u(180)},3,0.6,${-rgb} done thickellipse 50%,50%,200,100,0,5,0.7,255
