vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
55 stars 10 forks source link

might be possible to skip base64 encoding for jpeg #75

Closed kushalkolar closed 6 months ago

kushalkolar commented 11 months ago

Also an idea from @manzt at scipy.

Might be possible to directly use the jpeg encoding without the base64 encoder step.

https://github.com/vispy/jupyter_rfb/blob/777d8f149012932d286e22c1402507f4adf4fb17/jupyter_rfb/widget.py#L286-L291