You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to drop Bitmapsfrom Outlook (Inline Images sent from iPhone) this works well with small images.
If the Image is bigger (like 4032*2268) the Bitmap is created in this size, but the left part of the Image gets stretched to then
Size of the original bitmap.
The text was updated successfully, but these errors were encountered:
I have the same/similar problem right now. Is there already a solution here?
Affects not only images from Outlook, also large images from Word.
So far I have found out the following:
The function TDIBClipboardFormat.DoGetData reads the DIB object from memory and saves/store it in the FBitmap.
But I have not yet been able to analyze where exactly the error is.
(Perhaps the FBitmap is too small for the large bitmaps)
I'm trying to drop Bitmapsfrom Outlook (Inline Images sent from iPhone) this works well with small images.
If the Image is bigger (like 4032*2268) the Bitmap is created in this size, but the left part of the Image gets stretched to then
Size of the original bitmap.
The text was updated successfully, but these errors were encountered: