Table of Contents ▸ List of Commands ▸ Image Drawing ▸ thickline | ◀ thickellipse | thickpolygon ▶ |
thickline
Arguments:
- x0[%],y0[%],x1[%],y1[%],_thickness,_opacity,_color1
Description:
Draw specified colored thick line on selected images.Default values:
thickness=2, opacity=1 and color1=0.
Example of use:
400,400,1,3 repeat 100 thickline {u([w,h,w,h,5])},0.5,${-rgb} done
