pyxelate
pyxelate copied to clipboard
Python class that generates pixel art from images
Hi, sedthh, this is a great work that I am really appreciate! But I am confusing about the svd function. X_ are in range[0., 1.] before calling self._svd. https://github.com/sedthh/pyxelate/blob/ae2de9249d11063d0c1563b8e30a634c7d07faf8/pyxelate/pyx.py#L362-L365 But...
Hi, running the example on ArchLinux with numpy 1.21.5 (downgraded from numpy 1.22.3 which is current), I’m getting this error: ```Traceback (most recent call last): File "/usr/bin/pyxelate", line 33, in...
Web Demo
web demo using gradio on Huggingface Spaces
Now there are only 2 ways to define the palette that one is full manual control while another is auto detection. However, when using auto detection on a image with...
I played around a bit with active black contours [like here](https://scikit-image.org/docs/dev/auto_examples/edges/plot_active_contours.html#sphx-glr-auto-examples-edges-plot-active-contours-py) before and after the application of the transformation and I think it would be a great addition to the...
When installing with the command provided in the README with Python 3.8 and numpy==1.24.3 I get the following error: ``` AttributeError: module 'numpy' has no attribute 'float'. `np.float` was a...
Operating system: Windows 10 Package manager: Poetry Python 3.9 Running via PyCharm If I try to process an image larger than about 700x700, I get a NumPy error. But if...
I used the trex example on a another png file with transparent background. But when I run it the colours are much more reduced. If I use the same image...