Looks pretty good. Still a little rough on the edges, but better than before for sure. Another thing from github: https://github.com/apitaru/ofxSmoothLines
Maybe this could help too? No idea
I think this will be ok for my application, I appreciate the help. I have another question: is there an easy way I could make the background of the images (currently white) transparent? Cheers
Yes, it’s possible. The fourth parameter in ofClear()
is alpha. Set it to 0.
image.begin();
ofClear(255, 255, 255, 0);
ofSetColor(0, 0, 0, 255);
Hi hamoid,
May I ask how you use this addon? It seems like really out of dated. And I got so many semantic Issues in Xcode with the ofxPoly’s example file.
THanks!!
ohhh no worries I just figured out.
just change the error part’s type to “auto” then it will works.
thankssss
1 Like