Overview of the Clip Library
masterThe Clip Library is a C++ library designed to copy and retrieve content to and from the system clipboard or pasteboard. It provides cross-platform support for Windows, macOS, and Linux (X11).
Supported Data Types:
- UTF-8 Text: Standard text copy/paste.
- User-defined Data: Custom formats for application-specific data exchange.
- Images: RGB/RGBA image support (uses non-premultiplied alpha RGB values).