Fitting a curve to a drawing in Gimp -


i'd make logo contains mathematically defined shapes (to wit, log-normal , normal distribution; see below). can generate image of these shapes using python's matplotlib, import gimp.

in gimp, i'm aware of tool drawing bezier curves hand, 'select color' option used select curves. however, i'd lines constant thickness. there way 'fit' 2 constant-thickness lines picture in gimp?

enter image description here

if have them paths (in other words, bezier curves) "stroke" them (edit>stroke path if done manually, pdb.gimp_edit_stroke_vectors(layer,path) in python).


Comments

Popular posts from this blog

angular - Is it possible to get native element for formControl? -

unity3d - Rotate an object to face an opposite direction -

javascript - Why jQuery Select box change event is now working? -