https://github.com/fcce/emf
EMF images reader/converter
https://github.com/fcce/emf
Last synced: 5 months ago
JSON representation
EMF images reader/converter
- Host: GitHub
- URL: https://github.com/fcce/emf
- Owner: fcce
- Fork: true (pzinovkin/emf)
- Created: 2022-07-11T08:16:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T09:39:28.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T12:16:16.014Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emf
Enhanced Metafile Format ([MS-EMF](https://docs.microsoft.com/en-us/openspecs/windows_protocols/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