Skip to content

fcce/emf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emf

Enhanced Metafile Format (MS-EMF) reader and converter. Supports only png output.

Installation

go get github.com/pzinovkin/emf/cmd/emftopng

Usage

Calling by passing file path as an argument will generate image in the folder next to source emf file.

emftopng /path/to/image.emf

Also supports stdin. Image will be written to stdout.

emftopng < image.emf > image.png

About

EMF images reader/converter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%