Standard note that this is obviously still fully under MS copyright, so distributing the set is in the gray area at best. Just fyi if you got idea to use these anywhere, then I'd just shelve that and use some properly cleared images instead.
I don't think there's anything gray about it. I'd hate to be on the bad side of a bunch of Microsoft's lawyers.
Even if there's no perceivable harm from having the collection available, the lawyers will be forced to take it down just to protect their rights in other cases.
> he lawyers will be forced to take it down just to protect their rights in other cases.
Isn't this just a thing for trademarks? I was under the impression that regular copyright could be selectively applied since you can do things like grant private licenses to your work.
yes, it's only for trademark and even then it is rare. Frisbee still has their trademark somehow, even though everyone calls all brands of novelty flying discs frisbees
“Frisbee” probably is “genericized.” The problem is that it takes a court ruling on it to know for sure, and no one wants to be the one to take that risk. It costs money to deal with the inevitable lawsuit, and if you lose, you need to fix it (and that costs a lot of money as well). OTOH, it costs (relatively) nothing do just choose a different name in the first place.
Pretty much all of the archetypal examples of trademarks becoming "genericized" are actually examples where the trademarks are still fully enforced. I'm not going to be able to get away with selling Bob's Kleenex or Happy Sheep Q-Tips anytime in the foreseeable future.
That entire lecture that everybody gets seems to me to be for the purpose of rationalizing sometimes extremely aggressive trademark enforcement to prevent something that has never happened.
Wow, that feels like BS. They sell a product called "Office" to businesses, then say parts of it weren't licensed for commercial use. Then you have to ask how the bundled fonts were licensed, because it'd be weird to license those for commercial use, but not the clipart.
AFAIK fonts are not copyrightable in most countries, what is copyrightable is the font file itself (of course) as well as the code (if any) for vector fonts that produces them. However using the font isn't copyrightable. The design might be under design patent and the name trademarked, but not the font itself and these really cover the entire font designs, not their applications. Someone printing a paper with the font isn't infringing on any copyright.
As for the part that is copyrighted, it’s not just the code that makes the fonts (like what metafont would be), but also the bytecode embedded in the font file (for kerning and other things).
I taught a class in 1996 using those human bean figures. A few slides into the class, people were stifling laughter. My take on Windows NT Server Administration might have been a joke, but I wasn't trying to be funny. Puzzled by this reaction, I stopped asked just asked the class: what was so funny? I wasn't angry at all, but I wanted to know.
Interesting choice to convert to SVG. WMF are smaller files and the specification has been released in 2017. LibreOffice supports importing/exporting and numerous other libraries also support the format.
Except the conversion process is (never) quite perfect, so that's why I prefer original files with known provenance.
Just a random example, check out Popular/tennis.{svg,wmf}. And that is just something that is pretty obviously wrong, more worrisome are cases that are more subtly broken.
Any chance you can lodge a bug about the canvas size? It's a bit of a deep bucket, but good to have the issue lodged so eventually we can fix the issue.
It doesn't seem like a bug, more of a missing feature in Draw. What I mean by "not preserving the original canvas size" is that when you run libreoffice some-image.ext, Draw doesn't adjust the page size to the image; it puts the image on its default size page.
I'm not so sure about that. I don't believe there's a reference implementation. SVG has also changed over time and is much more complex. WMF is stable and reliable with a reference implementation.
I recently digitized some VHS tapes, and settled on webm/vp9/opus (and DVD) as a lossy archival format because, like SVG, browsers support it, so it'll be around for a long time.
The WMF originals are included in Clipart.zip with the rest of Microsoft Clipart Extra. I made the SVG conversion thinking people may want to use the clipart on the Web and because more programs support SVG than WMF.
After trying several conversion tools I settled on https://github.com/hidekatsu-izuno/wmf2svg. It was the best in terms of quality (the backgrounds were properly transparent when they should be, for example) and targeted a vector format.
Wow! As a kid I used to play with the "group" and "ungroup" feature for clipart for Screen Beans, sometimes with circles of them sacrificing animals or something. I was a weird kid.
I will definitely need to play with this over the weekend.
Iirc long-filenames are stored as "invalid" directory entries regardless of FAT12/16/32 so if you had win95+ then long-filenames was everywhere (although not entirely sure but i guess win3.x/old dos could corrupt the extended part even if the short-form always was valid)