Table of Contents ▸ List of Commands ▸ Image Drawing ▸ line_aa | ◀ line | spline ▶ |
line_aa
Arguments:
- x0[%],y0[%],x1[%],y1[%],_opacity,_color1,...
Description:
Draw specified antialiased colored line on selected images.Default values:
opacity=1 and color1=0.
Example of use:
512,512,1,3 repeat 100 line_aa {v([w,h,w,h])-1},1,${-rgb} done
