Ronald Lencevičius
Ronald Lencevičius
Yes. The issues still remain without the transparency though.
Yes, I'll send more details in a few hours once I get back to my machine.
I'm using "Transparent panels" and "Cinnamon Maximus" (both Cinnamon extensions). Also I am using Papyrus Icons.
I went looking through the code. I'm not very well versed with Linux theming so bear with me... Addressing the icon issue: I am using the "Grouped Window List" applet...
I mean Xournal++ also allows to lower opacity of highlights anyway. You could just use the `OVER` option everywhere and lower default opacity by a notch.
No, I am aware that it's not supported, hence my original query. I was wondering if GP support is something that is slated to be included in the future for...
One thing to note about this is that k-means clustering takes a few seconds to compute for larger images which is bothersome. I'm currently working on improving the speed of...
> The `Image` module is pretty big and I wonder if this would be better suited in another one? > > * [`ImageColor`](https://pillow.readthedocs.io/en/stable/reference/ImageColor.html) > > * [`ImageOps`](https://pillow.readthedocs.io/en/stable/reference/ImageOps.html) > > *...
I think another option is to use kmeans clustering... Unless that's already what Pillow does. I tried to find it in the source to get a better idea but wasn't...
This also has a cleaner implementation of K-Means clustering (not specifically for dominant colors but still useful): https://learnai1.home.blog/2020/06/19/k-means/ At first glance it should be possible to implement without using external...