triangler icon indicating copy to clipboard operation
triangler copied to clipboard

:triangular_ruler: Convert images to Low-Poly art using Delaunay triangulation.

Results 4 triangler issues
Sort by recently updated
recently updated
newest added

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,...

dependencies

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...