scribblemaniac

Results 157 comments of scribblemaniac

Yes the ffmpeg version is too old. Things will start to break with versions of ffmpeg

We do already use Qt 5.15 (albeit with an older .2 minor version). It's all about the glibc version. Ubuntu 16.04 uses version 2.23, while 18.04 uses version 2.27. If...

I think it would be nice if we also allowed custom textures to be added to the second option, but this may cause confusion if the background does not show...

As of #1038 the should be fixed. The frames are purged after every 200 frames, and this does fix the excessive memory usage during export*. @Jose-Moreno Can this be closed...

What's the status of this? What still needs to be done? Now that we are using the miniz library, we will also have to include licensing information for that.

The docker image is not built with regex support. You will need to modify the Dockerfile to install the `pcre2-dev` package and to pass the argument `--enable-regex` to `./configure` if...

There is some caching added since v0.6.4 which should improve the speed of brush strokes rendering, particularly when you have many layers. Issues will remain when drawing very large strokes...

**Implementation Details** To fix this you will need to call `ScribbleArea::handleDrawingOnEmptyFrame` when a transformation is applied (see `ScribbleArea::applySelectionChanges`). The tricky part will be making sure that you apply the transformation...

This should definitely not be attempted before the timeline rewrite (#533).