ACE
From Just Solve the File Format Problem
(Difference between revisions)
(Created) |
(Added sample files) |
||
| (11 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | '''ACE''' is | + | {{FormatInfo |
| − | * [ | + | |formattype=electronic |
| − | * [ | + | |subcat=Archiving |
| − | * [ | + | |extensions={{ext|ace}} |
| + | |wikidata={{wikidata|Q288256}} | ||
| + | |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. | ||
| + | |||
| + | 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. | ||
| + | |||
| + | == Identification == | ||
| + | Files have ASCII "{{magic|**ACE**}}" at offset 7. | ||
| + | |||
| + | == Specifications == | ||
| + | * [{{SACFTPURL|pack|ace12b.zip}} ace12b.zip] → TECHNOTE.DOC | ||
| + | |||
| + | == Software == | ||
| + | * [{{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] | ||
| + | * [https://packages.debian.org/stable/unace GPL unace] | ||
| + | * [[Konvertor]] | ||
| + | * [https://pypi.org/project/acefile/ acefile] (Python) | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/archive/ace/ | ||
| + | |||
| + | == Links == | ||
| + | * [[Wikipedia: ACE (compressed file format)]] | ||
| + | * [[Wikipedia: WinAce]] | ||
| + | * [https://web.archive.org/web/20170714193504/http://www.winace.com/ WinAce website (2017 archive)] | ||
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)