Description: Internal screesshot feature cannot copy image to clipboard. Steps to Reproduce: 1.Enable screenshot feature in expert configuration 2.Take a screenshot of a dialog Actual Results: You can only save the screenshot image as a PNG file. Expected Results: Besides saving the screenshot as a PNG file, let it be copied to the clipboard to past in a document. Reproducible: Always User Profile Reset: No Additional Info: Add a button to copy image to the clipboard.
Partial patch submitted. https://gerrit.libreoffice.org/c/core/+/184907 Need to code a way to copy the bitmap object to the clipboard.
Maybe you find inspiration how CopyAnyData() is implemented for SotClipboardFormatId::BITMAP.