CreativeInquiry / PEmbroider

Embroidery Library for Processing
Other
443 stars 28 forks source link

Concentric fill error on imported images #108

Open DavidBPerry opened 2 years ago

DavidBPerry commented 2 years ago

I noticed that the concentric fill tends to create many overlapping stitching paths at the edges when inputting a PImage with 'holes' in it(this could easily result in a broken needle). This error does not emerge when inputting a PGraphics object. See images bellow for error.

PImage: Input Image:

INPUT IMAGE

Stitching path:

OUTPUT

PGraphics Input Image & Output Path:

INPUT & OUTPUT