[Gimp-developer] Gimp-developer Digest, Vol 73, Issue 36

Jim Michaels jmichae3 at yahoo.com
Wed Oct 22 14:00:35 PDT 2008


>Do you know of any study on how suitable Akima splines are for graphic
>design? It would be nice to have a comparison of different spline types
>for this kind of application. I believe the criteria you mentioned above
>(locality, interpolates all control points) are not necessarily enough
>to judge on that.
>
>Bye,
>        Simon
>
>
>-- 
>              simon at budig.de              http://simon.budig.de/

I know of no studies like this.  it is used as a shape-preserving curve for 3d modeling (NURBS), roller coaster design (mostly), railways, building and road design, etc.
this is what I learned from a google search on "akima spline graphic design".

honestly, I don't think it's been done in a paint app before.  Everybody has been sticking to bezier and straight lines so far.
The code for akima is about 140 lines long excluding the sort routine (I am not sure, but I think it needs a sort routine to sort the points along the X axis).

I would be satisfied whether I got a clothoid or akima or some other interpolating cubic spline or method, as long as the curve follows along the points.

 

Jim Michaels
jmichae3 at yahoo.com
http://JesusnJim.com


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/gimp-developer/attachments/20081022/48535188/attachment.html 


More information about the Gimp-developer mailing list