Linked by Thom Holwerda on Fri 3rd Nov 2006 16:05 UTC, submitted by esther schindler
.NET (dotGNU too) "Metafiles are one of two fundamental ways of representing an image. While they are not suitable for all images, photographs in particular, they have many advantages over bitmaps for charts and drawings. Peter Aitken demonstrates how to use them in .NET."
E-mail Print r 0   6 Comment(s)
Order by: Score:
Metafiles are malware factories...
by tomcat (2.16) on Fri 3rd Nov 2006 16:54 UTC
tomcat
Member since:
2006-01-06
Fans: 7

Windows GDI has had numerous vulnerabilities due to poor parsing. A better approach would be to use XAML and Windows Presentation Foundation(WPF): http://en.wikipedia.org/wiki/Windows_Presentation_Foundation

RE: Metafiles are malware factories...
by ramunas (1.28) on Sat 4th Nov 2006 21:46 UTC in reply to "Metafiles are malware factories..."
ramunas Member since:
2005-07-06
Fans: 0

So as XAML, better use *standard* format for graphics SVG.

Funny...
by snozzberry (3.04) on Fri 3rd Nov 2006 17:12 UTC
snozzberry
Member since:
2005-11-14
Fans: 3

...how WMF came out after PICT, eh?

RE: Funny...
by tomcat (2.16) on Fri 3rd Nov 2006 17:13 UTC in reply to "Funny..."
tomcat Member since:
2006-01-06
Fans: 7

"Snozzberry? Who ever heard of a Snozzberry?..." ;-p

Heh...
by Devon (2.56) on Fri 3rd Nov 2006 21:07 UTC
Devon
Member since:
2005-06-30
Fans: 0

Super bonus points for the title!

Advantages over bitmaps?
by mallard (3.48) on Sat 4th Nov 2006 12:26 UTC
mallard
Member since:
2006-01-06
Fans: 1

WMF files can contain bitmaps. They are a meta-file format, meaning that they can contain any type of data understood by the windows GDI/GDI+.
While they most often contain vector data, they can just as easily contain bitmap data.