| Table of Contents ▸ List of Commands ▸ Image Drawing ▸ thickspline | ◀ thickpolygon | mandelbrot ▶ | 
thickspline
Arguments:
- x0[%],y0[%],u0[%],v0[%],x1[%],y1[%],u1[%],v1[%],_thickness,_opacity,_color1,...
 
Description:
Draw specified colored thick spline curve on selected images (cubic hermite spline).Default values:
thickness=3, opacity=1 and color1=0.
Example of use:
 <a href="image.jpg" class="highslide" onclick="return hs.expand(this)">image.jpg</a> repeat 30 { thickspline {u(100)}%,{u(100)}%,{u(-600,600)},{u(-600,600)},{u(100)}%,{u(100)}%,{u(-600,600)},{u(-600,600)},3,1,${-rgb} }
    

  
                Home
  
                Download
  
                News
  
                    Mastodon
  
                    Bluesky
  
                    X
  
                    Summary - 17 Years
  
                    Summary - 16 Years
  
                    Summary - 15 Years
  
                    Summary - 13 Years
  
                    Summary - 11 Years
  
                    Summary - 10 Years
  
                Resources
  
                    Technical Reference
  
                    Scripting Tutorial
  
                    Video Tutorials
  
                    Wiki Pages
  
                    Image Gallery
  
                    Color Presets
  
                    Using libgmic
  
                    G'MIC Online
  
                Community
  
                    Discussion Forum (Pixls.us)
  
                    GimpChat
  
                    IRC
  
                Report Issue