ACE
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files) |
|||
Line 26: | Line 26: | ||
* [[Konvertor]] | * [[Konvertor]] | ||
* [https://pypi.org/project/acefile/ acefile] (Python) | * [https://pypi.org/project/acefile/ acefile] (Python) | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/archive/ace/ | ||
== Links == | == Links == |
Revision as of 04:37, 14 March 2022
- For another "Ace" format, see Ace Film.
ACE is a compressed archive format. It was originally developed by Marcel Lemke, later by e-merge GmbH.
Related software includes Ace (for DOS, OS/2, and Windows console), UnAce, WinAce, XAce Plus, MacUnace, UnACE.DLL, ActiveACE, ACE Compression Library (ACL). At least one version of UnAce is open source.
Version 2 of the format introduced new compression schemes that are not supported by all ACE decompression software.
Contents |
Identification
Files have ASCII "**ACE**
" at offset 7.
Specifications
- ace12b.zip → TECHNOTE.DOC
Software
- ace12b.exe or ace12b.zip - Ace v1.2b (includes UnAce source code)
- Ace v2.6
- GPL unace
- Konvertor
- acefile (Python)