ACE
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(3 intermediate revisions by 2 users not shown) | |||
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 19: | Line 21: | ||
== Software == | == Software == | ||
− | * [{{SACFTPURL|pack|ace12b.exe}} ace12b.exe] or [{{SACFTPURL|pack|ace12b.zip}} ace12b.zip] - Ace v1.2b (includes 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) | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/ace}} | ||
== Links == | == Links == |
Latest revision as of 02:55, 28 December 2023
- 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 |
[edit] Identification
Files have ASCII "**ACE**
" at offset 7.
[edit] Specifications
- ace12b.zip → TECHNOTE.DOC
[edit] Software
- ace12b.exe or ace12b.zip - Ace v1.2b (includes UnAce source code)
- Ace v2.6
- GPL unace
- Konvertor
- acefile (Python)