On Windows, if I press the Print-Screen key, the current screen is captured into the clipboard. Is there a way to check the mime type of the clipboard?
Asked
Active
Viewed 189 times
0
-
1IIRC it's not just one format, but in there both as DeviceIndependentBitmap and Format17 (which is Device Independent Bitmap v5) – Nyerguds Jan 28 '20 at 18:06
-
1Confirmed; dumped the clipboard after PrintScreen, the two things in there identified as DeviceIndependentBitmap and Format17. Neither of which are mime types, btw. The Windows clipboard works with string IDs on the clipboard, not mime types. – Nyerguds Jan 28 '20 at 18:29