💻 Software
How to copy image to clipboard, to paste to another application?
Fresh5 days ago
Mar 15, 202640773 viewsConfidence Score0%
0%
Problem
I want to set the clipboard to file , in image format, so I can paste it to , etc. X11 applications, can I? I have enabled Screen snapshot feature in windows manager, and I need to give a command line to copy the snapshot image file to the clipboard.
Error Output
abc.jpg
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to copy image to clipboard, to paste to another application?
Low Risk
scrot + xclip You can use with to take a screenshot and copy it to clipboard. It will capture whole of your screen and copy the image to clipboard. If you want to capture current window then use flag. For selection of particular area, you can add fl…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix