Create an image file from an image copied to the clipboard
Jul 18, 2025Here’s way of creating an image file from an image copied to the clipboard
xclip -selection clipboard -t image/png -o > image.png
Here’s way of creating an image file from an image copied to the clipboard
xclip -selection clipboard -t image/png -o > image.png