Quantcast
Channel: Total Commander
Viewing all articles
Browse latest Browse all 4126

Total Commander (Deutsch) • Re: Drag and Drop von JPG Bild auf einer Webseite erstellt PNG

$
0
0
Das liegt daran, dass Firefox das Bild offenbar im Cache als PNG ablegt. Beim Drag&Drop übergibt Firefox eine grosse Anzahl an unterschiedlichen Formaten an das Zielprogramm, u.a.
1. CF_HDROP: Eine Liste von Dateinamen im Dateisystem. Bei mir war das C:\Users\<Benutzername>\AppData\Local\Temp\yugumn5f.png
2. UniformResourceLocator, UniformResourceLocatorW, CF_TEXT, CF_UNICODETEXT: Enthalten alle die URL des Bildes
3. PNG: Direkt die Bilddaten als PNG
4. FileGroupDescriptor/FileGroupDescriptorW: Dateiinfo (Streams, kein Dateiname)
5. FileContents: JPG-Stream
und viele mehr!

Offenbar bevorzugt der Explorer FileGroupDescriptorW+FileContents, während der Total Commander CF_HDROP bevorzugt, weil direkter Dateizugriff - damit kann man die Datei z.B. auch zu einem Archiv hinzufügen.

Statistics: Posted by ghisler(Author) — 2025-04-23, 08:05 UTC



Viewing all articles
Browse latest Browse all 4126