1
Support and Feedback / Re: Drag and drop images from Firefox always converts them to BMP
« on: December 04, 2024, 19:49:26 »
ClipSpy shows the following clipboard formats:
I guess one can not blame MC to take the available bitmap data instead of getting the original files from the URL (as Windows Explorer seems to do).
Therefore I withdraw my complaint. Thanks for pointing me to the ClipSpy app though.
Fun fact: Dragging and dropping an image from Edge to MC works as I would have expected. Why? Because Edge only delivers CF_TEXT and CF_UNICODETEXT in the clipboard and no bitmap data. Like with Firefox, both formats contain the image URL.
About making MC Open Source: I understand your concerns and of course respect your decision.
- CF_TEXT, with for example the content "https://multicommander.com/Images/FrontPageFeatures/networking-features.png"
- CF_UNICODETEXT, with the same content as CF_TEXT, but in UTF16
- CF_DIB, with some binary bitmap data
- CF_DIBV5, with more binary bitmap data
- CF_HDROP, with some binary data containing the text "D:\temp\Peter\h3ihzctz.bmp"
I guess one can not blame MC to take the available bitmap data instead of getting the original files from the URL (as Windows Explorer seems to do).
Therefore I withdraw my complaint. Thanks for pointing me to the ClipSpy app though.
Fun fact: Dragging and dropping an image from Edge to MC works as I would have expected. Why? Because Edge only delivers CF_TEXT and CF_UNICODETEXT in the clipboard and no bitmap data. Like with Firefox, both formats contain the image URL.
About making MC Open Source: I understand your concerns and of course respect your decision.