ACE
From Just Solve the File Format Problem
(Difference between revisions)
m (→Software) |
|||
Line 6: | Line 6: | ||
|released=1997 | |released=1997 | ||
}} | }} | ||
+ | :''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. | '''ACE''' is a compressed archive format. It was originally developed by Marcel Lemke, later by e-merge GmbH. | ||
Line 21: | Line 23: | ||
* [{{SACFTPURL|pack|ace12b.exe}} ace12b.exe] or [{{SACFTPURL|pack|ace12b.zip}} ace12b.zip] - Ace v1.2b (includes UnAce source code) | * [{{SACFTPURL|pack|ace12b.exe}} ace12b.exe] or [{{SACFTPURL|pack|ace12b.zip}} ace12b.zip] - Ace v1.2b (includes UnAce source code) | ||
* [{{SACFTPURL|pack|ace26.exe}} Ace v2.6] | * [{{SACFTPURL|pack|ace26.exe}} Ace v2.6] | ||
− | * [https://packages.debian.org/stable/unace GPL unace | + | * [https://packages.debian.org/stable/unace GPL unace] |
* [[Konvertor]] | * [[Konvertor]] | ||
* [https://pypi.org/project/acefile/ acefile] (Python) | * [https://pypi.org/project/acefile/ acefile] (Python) |
Revision as of 19:58, 9 May 2021
- 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)