Reuben Thomas

Results 397 comments of Reuben Thomas

Since this issue was reported a long time ago and has had no attention yet, I had a quick look at the code to see if I could help. There...

I'm trying to process comments too, and I'm a bit baffled by the comments from @alexwarth: as far as I can tell, anything under `space` is skipped, as per the...

@fmw42 Thanks for the quick reply! I'm not sure what `-kmeans` has to do with this feature request, which is about removing the restriction to binary transparency in output of...

> Just a comment after you wrote: > > > IM clearly has the ability, given a fully opaque image input image, to select a 256-colour palette and to dither...

> I notice you suggest a different formula for ΔE. How much difference would that make? @apt1002 says: "The [current] formula[…]for the distance between two colours is effectively assuming that...

Thanks, `-type PaletteAlpha` does the trick, though there are some oddities in the way the colours are calculated in the result. I will update this feature request accordingly (to retain...

Just to check that it's not the particularity of one project, I tried with https://github.com/rrthomas/rpl and had the same problem. (I appreciate that this is another of my projects, so...

I use `python -m build`. My diagnosis of the immediate problem is the same as yours, and like you I speculated that the path was being set up differently in...

Thanks @praiskup. Indeed, if I run `PYTHONPATH=. python -m build` then the build works. However, I can't always intervene that simply. For example, my tox setup fails while trying to...