Replies: 4 comments 5 replies
|
Sorry for the slow reply. This is built and on edge in v0.306.0. The diagnosis matches the code. A pixel already sitting on a native colour Rather than a separate chroma-key stage, it became a new source for a mask that It's a tolerance in sRGB distance in the palette profile's edge section, 0 is Tolerance is the thing to tune. The bundled light themes paint warm paper rather The extended-palette theme is the better fix and I haven't started it: a |
|
This sounds very promising. I will test this next week. |
|
Found it, and it wasn't your palette. The guard had never run on your frames. Why
The tab is gated on the panel's gamut rather than on whether the renderer It also inverts your question about black. You weren't getting paperlesspaper's Fixed in v0.312.0 on edgeThe profile's edge knobs now apply on both CircuitPython renderers, using the Use a much higher tolerance than I told you. Measured on this path, an
That 13% at 48 is almost exactly the red / blue / green speckle: on the The reason it needs 32-48 here and single digits on a calibrated What is still not wiredThe calibrated palette itself, and the tone / dither knobs. The nominal palette The two UI bugs you reported, also fixedThe slider ignored after a fork. The tone editor forks a bundled preset on The duplicate button. The inline Save and the sticky save bar are meant to One thing that still doesn't add up: a sliver down the right edge. That |



Uh oh!
There was an error while loading. Please reload this page.
The background of dithered images often show artifacts. This is especially visible for white or black backgrounds. The idea is to add an (inverse) chroma mask for all the "native" colors of the display. So dithering would work as a multi-step process:
In a first step, this could be limited to black and white.
For Spectra6/ACeP a theme with an extended palette would help: "native" colors plus a number of additional colors. So e.g. in a calendar multiple colors would be available, but only the additional colors will be dithered. The overall apperance should be much cleaner.
Not sure if PIL supports this.
All reactions