triangler
triangler copied to clipboard
:triangular_ruler: Convert images to Low-Poly art using Delaunay triangulation.
Broken for me: ``` >>> triangler_instance.convert_and_save("input.jpg", "output.jpg") Traceback (most recent call last): File "", line 1, in File "/opt/anaconda3/lib/python3.8/site-packages/triangler/mod.py", line 89, in convert_and_save im = Image.fromarray(self.convert(source).astype(np.uint8)) File "/opt/anaconda3/lib/python3.8/site-packages/triangler/mod.py", line 58,...
1) Amazing repo 2) Is there a way already to apply a binary mask to apply the effect only on areas of the image instead of the whole image? Or...