Genus Graphics Library
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dexvertbot (Talk | contribs) m (Sample files) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 6: | Line 6: | ||
}} | }} | ||
'''Genus Graphics Library''' is an archive format created by Genus Microprogramming Inc. | '''Genus Graphics Library''' is an archive format created by Genus Microprogramming Inc. | ||
+ | |||
+ | See also [[PCX Library]]. | ||
== Identification == | == Identification == | ||
− | Files begin with "{{magic| | + | Files begin with {{magic|0x01 0xCA}}, then "{{magic|Copyright (c) Genus Microprogramming, Inc. 1988-90}}". |
== Software == | == Software == | ||
* [http://www.ctpax-x.org/?goto=files&show=104 unpcxgx] | * [http://www.ctpax-x.org/?goto=files&show=104 unpcxgx] | ||
+ | * {{Deark}} | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/gxlib}} | ||
== Links == | == Links == | ||
− | * | + | * [https://moddingwiki.shikadi.net/wiki/GX_Library GX Library, at ModdingWiki] |
− | + | [[Category:Graphics]] | |
− | + |
Latest revision as of 03:25, 28 December 2023
Genus Graphics Library is an archive format created by Genus Microprogramming Inc.
See also PCX Library.
Contents[hide] |
[edit] Identification
Files begin with 0x01 0xCA
, then "Copyright (c) Genus Microprogramming, Inc. 1988-90
".