I mean putting an image into a clipboard when the user presses Ctrl+C, or some button in my program (without crating a <img> element on the screen and asking the user to right-click it).
It's about programmatic access to clipboard, like selecting a part of image in a browser-based image editor (likely a canvas), and copy-pasting it into some other application.