Utilities for handling image and video media from clipboard and files.
Common image file extensions supported by PIL.
Video file extensions with validated magic-byte support.
Maximum media file size (20 MB). Keeps base64 payload under ~27 MB.
Attempt to read an image from the system clipboard.
Supports macOS via pngpaste or osascript.
Read and encode an image file from disk.
Read and encode a video file from disk.
Try to load a file as an image first, then as a video.
Encode raw bytes to a base64 string.
Create multimodal message content with text, images, and videos.
Represents a pasted image with its base64 encoding.
Represents a pasted video with its base64 encoding.