Expand description
Image capture and thumbnail generation.
Functions§
- capture_
clipboard - Capture an image from the system clipboard.
- capture_
from_ base64 - Load an image from base64-encoded data.
- capture_
from_ file - Load an image from a file path.
- capture_
screenshot - Capture a screenshot, optionally of a specific screen region.
- generate_
thumbnail - Generate a JPEG thumbnail, preserving aspect ratio, max 512x512.
- is_
supported_ format - Check if a file path points to a supported image format.