TTCOMP
(Rewrote most of the article) |
|||
Line 3: | Line 3: | ||
|subcat=Compression | |subcat=Compression | ||
|extensions={{ext|ttc}}, others | |extensions={{ext|ttc}}, others | ||
+ | |released=≤1993 | ||
}} | }} | ||
'''TTCOMP''' is the informal name of a file compression utility developed by SWFTE International. Its compressed file format is just a raw blob of [[PKWARE DCL Implode]]-compressed data. The name "TTCOMP" has sometimes been used (misused?) for any file compressed in such a manner, even if it has nothing to do with the TTCOMP software. | '''TTCOMP''' is the informal name of a file compression utility developed by SWFTE International. Its compressed file format is just a raw blob of [[PKWARE DCL Implode]]-compressed data. The name "TTCOMP" has sometimes been used (misused?) for any file compressed in such a manner, even if it has nothing to do with the TTCOMP software. | ||
Line 14: | Line 15: | ||
== Software == | == Software == | ||
+ | * [{{SACFTPURL|pack|ttcomp.zip}} ttcomp.zip] → TTCOMP.EXE, TTDECOMP.EXE (DOS software) | ||
* [http://www.exelana.com/techie/c/ttdecomp.html TTDecomp] | * [http://www.exelana.com/techie/c/ttdecomp.html TTDecomp] | ||
− | * [ | + | * [https://vetusware.com/download/Typecase%202.60/?id=7021 Typecase v2.60 (at Vetusware)] (Windows 3.x software; compression utilities are for DOS) |
− | + | ||
+ | See also [[PKWARE DCL Implode#Software]]. | ||
== Sample files == | == Sample files == | ||
+ | * [https://archive.org/details/TYPECASE_ZIP Typecase Demo] → *.TTC | ||
* [https://archive.org/details/UniversalDialUPModemDriverCD Universal Dial UP Modem Driver CD] → SOFTWARE/BITWARE/.../*.??$ | * [https://archive.org/details/UniversalDialUPModemDriverCD Universal Dial UP Modem Driver CD] → SOFTWARE/BITWARE/.../*.??$ | ||
* https://telparia.com/fileFormatSamples/archive/ttcomp/ | * https://telparia.com/fileFormatSamples/archive/ttcomp/ | ||
[[Category:PKWARE]] | [[Category:PKWARE]] |
Revision as of 14:39, 20 July 2021
TTCOMP is the informal name of a file compression utility developed by SWFTE International. Its compressed file format is just a raw blob of PKWARE DCL Implode-compressed data. The name "TTCOMP" has sometimes been used (misused?) for any file compressed in such a manner, even if it has nothing to do with the TTCOMP software.
The TTCOMP software has been passed around in the form of a pair of files named "TTCOMP.EXE" and "TTDECOMP.EXE", though there's no evidence that this is an official distribution. The software is included in SWFTE's Typecase product, and maybe some other SWFTE products, but the files are named "COMPR.EXE" and "DECOMPR.EXE". Typecase does not appear to ever use the name "TTCOMP", and it's not clear where it came from. Someone may have derived it from the .TTC filename extension that Typecase uses for compressed TrueType fonts.
Identification
Refer to PKWARE DCL Implode#Identification for how to identify PKWARE DCL Implode format in general.
TTCOMP.EXE/COMPR.EXE appears to only ever use binary compression, and a 4K dictionary. TTDECOMP.EXE/DECOMPR.EXE can decompress all six modes. So, you could declare that TTCOMP files always start with bytes 0x00 0x06
, or you could account for the other modes as well.
Software
- ttcomp.zip → TTCOMP.EXE, TTDECOMP.EXE (DOS software)
- TTDecomp
- Typecase v2.60 (at Vetusware) (Windows 3.x software; compression utilities are for DOS)
See also PKWARE DCL Implode#Software.
Sample files
- Typecase Demo → *.TTC
- Universal Dial UP Modem Driver CD → SOFTWARE/BITWARE/.../*.??$
- https://telparia.com/fileFormatSamples/archive/ttcomp/