After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 158193 - add thumbnail loader for WMF images
add thumbnail loader for WMF images
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.1.x
Other All
: Normal enhancement
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-11-13 17:38 UTC by Sven Neumann
Modified: 2004-11-18 22:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Neumann 2004-11-13 17:38:15 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.
Comment 1 Sven Neumann 2004-11-18 22:49:51 UTC
2004-11-18  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/wmf.c: added a thumbnail load procedure
	(bug #158193).