How do you copy image data from the clipboard?
in
Programming Questions
•
2 years ago
Is there any code available to copy image data from the clipboard and use it in processing.
The alternative is convert the image to text copy it to the clipboard and then copy the text from the clipboard to image,
manipulate it and then copy the image back to the clipboard.
Either method requires a knowledge of both readying and writing image data to and from the clipboard.
The alternative is convert the image to text copy it to the clipboard and then copy the text from the clipboard to image,
manipulate it and then copy the image back to the clipboard.
Either method requires a knowledge of both readying and writing image data to and from the clipboard.
1