Presentation Manager Metafile
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|met}} }} A '''MET''' file (Presentation Manager Metafile) is a file format used by OS/2 to hold a sequen...") |
(PRONOM) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|met}} | |extensions={{ext|met}} | ||
+ | |pronom={{PRONOM|x-fmt/67}} | ||
}} | }} | ||
− | A ''' | + | A '''Presentation Manager Metafile''' (MET) is a file format used by OS/2 to hold a sequence of graphics function calls and data, which defines graphics used by the system in a vector-graphics manner. |
== Format description == | == Format description == | ||
* [http://netghost.narod.ru/gff/vendspec/presmeta/pm.txt Presentation Manager Programming Reference] (see Appendix G for MET file description) | * [http://netghost.narod.ru/gff/vendspec/presmeta/pm.txt Presentation Manager Programming Reference] (see Appendix G for MET file description) | ||
* [http://afpcinc.org/wp-content/uploads/2014/04/modcal.pdf Manual describing MET format] | * [http://afpcinc.org/wp-content/uploads/2014/04/modcal.pdf Manual describing MET format] | ||
+ | |||
+ | == Software == | ||
+ | * [https://www.libreoffice.org/ LibreOffice] | ||
== Links == | == Links == | ||
* [https://books.google.com/books?id=LVCsAZClkfUC&pg=PT460&lpg=PT460&dq=Presentation+Manager+Metafile&source=bl&ots=SCbAZHANjj&sig=5case5j3WC8a8Qj-HI_gMefU1p4&hl=en&sa=X&ei=PXCgVKmDEoWcNtTkgpAP&ved=0CDsQ6AEwBg#v=onepage&q=Presentation%20Manager%20Metafile&f=false PC Magazine article on OS/2 graphics] | * [https://books.google.com/books?id=LVCsAZClkfUC&pg=PT460&lpg=PT460&dq=Presentation+Manager+Metafile&source=bl&ots=SCbAZHANjj&sig=5case5j3WC8a8Qj-HI_gMefU1p4&hl=en&sa=X&ei=PXCgVKmDEoWcNtTkgpAP&ved=0CDsQ6AEwBg#v=onepage&q=Presentation%20Manager%20Metafile&f=false PC Magazine article on OS/2 graphics] | ||
* [https://books.google.com/books?id=1DsEAAAAMBAJ&pg=PT69&lpg=PT69&dq=Presentation+Manager+Metafile&source=bl&ots=yHjPGfQqMa&sig=S_1W7uggVr7DkQtAGpoZZdENTKI&hl=en&sa=X&ei=uH2gVOjuG4eYNrGBhAg&ved=0CB8Q6AEwATgK#v=onepage&q=Presentation%20Manager%20Metafile&f=false InfoWorld article mentioning OS/2 metafiles] | * [https://books.google.com/books?id=1DsEAAAAMBAJ&pg=PT69&lpg=PT69&dq=Presentation+Manager+Metafile&source=bl&ots=yHjPGfQqMa&sig=S_1W7uggVr7DkQtAGpoZZdENTKI&hl=en&sa=X&ei=uH2gVOjuG4eYNrGBhAg&ved=0CB8Q6AEwATgK#v=onepage&q=Presentation%20Manager%20Metafile&f=false InfoWorld article mentioning OS/2 metafiles] | ||
+ | |||
+ | [[Category:OS/2]] |
Latest revision as of 10:38, 15 October 2016
A Presentation Manager Metafile (MET) is a file format used by OS/2 to hold a sequence of graphics function calls and data, which defines graphics used by the system in a vector-graphics manner.
[edit] Format description
- Presentation Manager Programming Reference (see Appendix G for MET file description)
- Manual describing MET format