Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yumetodo/emf_analyze1
https://github.com/yumetodo/emf_analyze1
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yumetodo/emf_analyze1
- Owner: yumetodo
- License: bsl-1.0
- Created: 2024-11-11T18:16:51.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-03T05:01:20.000Z (2 months ago)
- Last Synced: 2025-01-21T00:51:43.516Z (14 days ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# emf_analyze1
A minimum analyzer of EMF/EMF+ image.
## sample output
### EMF file
exported form Adobe Illustrator.
```cmd
>emf_analyze1.exe a.emf
device units: [0,1,188:0,249]
Picture Frame: [0,37,125:0,7,781]
version: 65,536
description: Adobe Systems
```exported from Inkscape.
```cmd
>emf_analyze1.exe b.emf
device units: [0,9259:0,2078]
Picture Frame: [0,19599:0,4399]
version: 65536
description: Inkscape 1.3.2 (091e20e, 2023-11-25, custom) b.emf
```### EMF+ file
exported from Microsoft Powerpoint.
```cmd
>emf_analyze1.exe c.emf
device units: [0,738:0,162]
Picture Frame: [-3,3126:-3,687]
version: 65536
description:
EMF+ header::
GraphicsVersion: 2
EmfPlusFlags: 0
LogicalDpi: [258,258]
```## ref
- [電波とどいた? - 2008/10c Diary](https://ruriko.denpa.org/200810c.html)
- [c# - DPI for EMF files - Stack Overflow](https://stackoverflow.com/questions/2553300/dpi-for-emf-files)