askmeaboutlo0m

Results 92 issues of askmeaboutlo0m

The `max_buckets_used` value is _inclusive_, so an additional +1 is necessary to clear the last used bucket.

Some servers mandate the use of NSFM on all sessions. This adds a `forceNsfm` config option that enforces this mandate automatically, it makes it so that all sessions are set...

I didn't invert this properly in #1036, so the logic was the wrong way round. Thanks to Rylan for finding it.

The code assumes that merging a layer doesn't cause a visual change, but that's not true for almost all blend modes. For example, when I merge a Multiply layer, all...

File extensions were a bad invention anyway.

Supports colorize and posterize for MyPaint brushes. This breaks protocol, so we should probably increment the version? I'll leave that up to you. Removes the Pigment slider, because that's spectral...

The check if one was present in the user join callback was inverted.

This issue is for tracking the development and testing progress of the web browser version of Drawpile. Feel free to comment on it if you have questions or found a...

feature
web

To allow outlining an area, either by filling the shape itself or by filling the outside of it (it's the same algorithm.) This mode should be added to the "Mode"...

feature

It should contract the filled area, instead of expanding it. This should be reasonably simple to implement, since contracting the filled area just means expanding the unfilled area, so the...

feature
good first issue