Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to copy pictures to clipboard

User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to copy pictures to clipboard

Post by salvadordf »

Use JavaScript to send the "src" attribute value to Delphi and then decode the image. It's in base64 format.
coater
Posts: 187
Joined: Sat Sep 29, 2018 1:51 pm

Re: How to copy pictures to clipboard

Post by coater »

May be I can use JS to down all types of images and then copy to clipboard.
Post Reply