Clipboard Manager locks up on large images

After copying a large image (about 6000x8000 px), I opened the clipboard manager, and it just totally lagged out and locked up due to the preview render.

Pasting worked fine, and as long as the image isn't the top item, the manager works fine. However, if the image is being rendered into the preview window, it just absolutely locks up the clipboard-manager floating window.

@FaeTheWolf ah yes, this is on my TODO list. Currently it loads the whole image as base64 and injects that into the rendering webview. This would also break most browser with such a big image. I'll need to save it to a temporary file to render it performantly. Will add that later this week.

1 Like

Thanks Andreas! As always, you're amazing!!