Create an image file from an image copied to the clipboard

Jul 18, 2025

Here’s way of creating an image file from an image copied to the clipboard

xclip -selection clipboard -t image/png -o > image.png

#xclip #clipboard