- From: snianu <notifications@github.com>
- Date: Wed, 22 Sep 2021 14:12:54 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 September 2021 21:13:06 UTC
@a-sully > That being said, JPEGs and GIFs are typically copied to and read from the clipboard as files using the text/uri-list mime type anyways At least on Windows, I don't see Chromium reading GIF, JPEGs. In [this ](https://source.chromium.org/chromium/chromium/src/+/main:ui/base/clipboard/clipboard_win.cc;drc=8aa9dc97551d28dec43afebf525d83bc2aca1c3d;l=481)method, I see only PNG and BMP formats being read from the clipboard. Do we read these formats somewhere else? If not, how do we read those images in `text/uri-list`? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/155#issuecomment-925334438
Received on Wednesday, 22 September 2021 21:13:06 UTC