https://issues.apache.org/ooo/show_bug.cgi?id=124085
--- Comment #12 from John <[email protected]> --- It appears as though the CF_DIB data has been correctly extracted from OpenOffice, but it has been given the incorrect label CF_DIBV5. Use a test image which 100 x 100 pixels coloured red [255, 0, 0] using 24 bit colour. When copied onto the clipboard (left in image attached) it is saved in 3 formats: CF_BITMAP 0 bytes CF_DIB 30,040 bytes CF_DIBV5 30,124 bytes When this image is pasted into Writer, and copied out of Writer, the clipboard has 8 formats. Looking at CF_DIBV5 we see CF_DIBV5 30,040 bytes This is the identical size as the uncorrupted image stored as CF_DIB. When the clipboard contents are examined, it can be seen that the original CF_DIB image (left in attached image file) is identical to the corrupted CF_DIBV5 image (right in the attached file). -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
