PKM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|pkm}} |released=1996 }} '''PKM''' is the native graphics format of classic versions of the ''GrafX2'' pa...") |
(Added software and sample files) |
||
Line 20: | Line 20: | ||
** [https://gitlab.com/GrafX2/grafX2 Source code at GitLab] | ** [https://gitlab.com/GrafX2/grafX2 Source code at GitLab] | ||
* [{{SACFTPURL|graph|gfx2b965.zip}} GrafX 2.00 Beta 96.5%] (1999-12-23) (DOS software) | * [{{SACFTPURL|graph|gfx2b965.zip}} GrafX 2.00 Beta 96.5%] (1999-12-23) (DOS software) | ||
+ | * {{Deark}} | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
== Sample files == | == Sample files == | ||
* [https://gitlab.com/GrafX2/pic-samples/-/tree/pic-samples/pkm pic-samples/pkm] | * [https://gitlab.com/GrafX2/pic-samples/-/tree/pic-samples/pkm pic-samples/pkm] | ||
+ | * https://telparia.com/fileFormatSamples/image/grafx2/ | ||
== Links == | == Links == | ||
* [http://grafx2.chez.com/ GrafX2 website] | * [http://grafx2.chez.com/ GrafX2 website] | ||
* [[Wikipedia: GrafX2]] | * [[Wikipedia: GrafX2]] |
Revision as of 23:58, 6 February 2022
PKM is the native graphics format of classic versions of the GrafX2 paint software.
GrafX2 was originally a DOS program developed by Sunset Design. It was ultimately made open source, taken over by other developers, and ported to other platforms.
Contents |
Identification
Files start with ASCII "PKM
". The fourth byte is a format version number, and is probably always 0x00
.
Specifications
- Refer to the TECH_ENG.TXT file included with DOS versions of the software.
Software
- GrafX2
- GrafX 2.00 Beta 96.5% (1999-12-23) (DOS software)
- Deark
- abydos