Skip to main content

Module clipboard_paste

Module clipboard_paste 

Source
Expand description

Clipboard image paste operations with multi-platform support

Provides image paste functionality supporting:

  • Native clipboard image data (arboard)
  • File list paste (e.g., Finder copy)
  • WSL environments (PowerShell fallback)

Structs§

PastedImageInfo
Information about pasted image

Enums§

EncodedImageFormat
Image format after encoding
PasteImageError
Error types for image paste operations

Functions§

paste_image_as_png
Paste image from clipboard as PNG bytes
paste_image_to_temp_png
Paste image from clipboard and save to temporary PNG file