- http://www.saunalahti.fi/tlillqvi/gimp/wmf/ and http://www.saunalahti.fi/tlillqvi/gimp/wmf/wmf.c
- Some commercial stuff at http://piet.jonas.com
- A FAQ at http://www.companionsoftware.com/PR/WMRC/WindowsMetafileFaq.html
- And of course the libwmf documentation at http://wvware.sourceforge.net/libwmf.html
David Easton 2003-12-05 : BLT 2.4z has this functionality for its graph widgets. It is used as follows:
.graph snap -format emf myFile.emf ;# Enhanced metafile .graph snap -format wmf myFile.wmf ;# Aldus placable metafile .graph snap -format emf CLIPBOARD ;# Metafile written into clipboard.As the graph widget seems based on the canvas widget, it would be worth taking a look at the code.
Kroc - Tkprint by Iain B. Findleton provides a Metafile command to create various types of Windows metafiles from canvas widgets.
Name: | "wmf" |
Who: | Gerlinger Leopold <<br >> Michael Schwartz |
Where: | http://www.schwartzcomputer.com/tcl-tk/tcl-tk.html http://www.schwartzcomputer.com/tcl-tk/wmf/wmf.txt |
What: | Windows metafile handling |
Description: | This extension is intended to be an alternate source of contexts for the GDI package. Unlike the printer contexts provided by the printer package, metafile contexts can be used to either write importable files or to copy data to the clipboard. |