#2619 closed defect (fixed)
handle images in win32 clipboard
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 4.1 |
Component: | clipboard | Version: | 3.0.x |
Keywords: | Cc: |
Description (last modified by )
From ticket:2603#comment:3, the data will look like this:
Error: failed to get clipboard data no matching format in DataObject, System.Drawing.Bitmap, CF_BITMAP, Ole Private Data, CF_DIB, CF_DIBV5
And maybe we can re-use the screen capture code to handle BITMAP
and / or DIB
.
Generic ticket for exotic clipboard formats: #273
Change History (6)
comment:1 Changed 2 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 2 years ago by
Priority: | major → critical |
---|
comment:5 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2619
Note: See
TracTickets for help on using
tickets.
As of r26546, we can copy from images from the windows clipboard.
TODO: