Skip to content

Add black and white WMF files#66

Open
holtkamp wants to merge 2 commits intoRush:masterfrom
holtkamp:black-wmf-files
Open

Add black and white WMF files#66
holtkamp wants to merge 2 commits intoRush:masterfrom
holtkamp:black-wmf-files

Conversation

@holtkamp
Copy link

@holtkamp holtkamp commented May 15, 2017

WMF files can be opened in Google Drive as a Google Drawing as described here:

http://phdesign.com.au/general/adding-font-awesome-icons-to-google-slides/

I used inkscape command line for the conversion from the SVG files:

for i in /tmp/*.svg; do inkscape --file "$i" --export-emf "${i%.*}.wmf"; done

@holtkamp holtkamp changed the title Add black WMF files Add WMF files May 15, 2017
@holtkamp holtkamp changed the title Add WMF files Add black and white WMF files May 15, 2017
@Rush
Copy link
Owner

Rush commented May 30, 2017

Could you add a programatic way to generate those?

@holtkamp
Copy link
Author

holtkamp commented Jun 4, 2017 via email

@Rush
Copy link
Owner

Rush commented Jun 4, 2017 via email

@holtkamp
Copy link
Author

holtkamp commented Jun 4, 2017

@Rush aah, ok, didn't even see that script, sorry! Will have a look, but my JavaScript Fu is not that good..., always nice to try though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants