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?
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
Post a Comment