jsaowji

Results 5 issues of jsaowji

- imwri does not work by default needs imgformat passed - example has missing " - example has hq lq swapped

Really annoying you write a script, open it in vspreview, you misstyped lwlibavsource, vspreview crashes and you need to restart. ```python # repro script import sys if "asd" not in...

```py from vstools import core,set_output set_output(core.std.BlankAudio()) ``` ``` Traceback (most recent call last): File "/tmp/rr.py", line 3, in set_output(core.std.BlankAudio()) File "/home/user/git/jet/vs-tools/vstools/utils/misc.py", line 437, in set_output vsp_set_output(node, name, alpha, **kwargs) File...

Stubbing out this draw call makes it snappy again https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/blob/0561da7e5357e598af5604b57a6513e8a8c1dbc0/vspreview/core/custom/dragnavigator.py#L71 or disabling it all together like by commenting https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/blob/0561da7e5357e598af5604b57a6513e8a8c1dbc0/vspreview/main/window.py#L216 obviously not an acceptable solution

bug

On Qt/i3/xorg? it is common that a window can be dragged by just pressing on empty space and moving the mouse. This is obviously disable above widgets that are interactable...