GNOME Bugzilla – Bug 158193
add thumbnail loader for WMF images
Last modified: 2004-11-18 22:49:51 UTC
A recent addition to the GIMP 2.2 API allows plug-ins to register an additional procedure that is used to create a preview thumbnail. Since the WMF format is scalable, it would make sense to add such a procedure here. It would render the WMF image at the requested (small) preview size. This has already been done for the SVG plug-in, so that code can serve as an example.
2004-11-18 Sven Neumann <sven@gimp.org> * plug-ins/common/wmf.c: added a thumbnail load procedure (bug #158193).