CMP
From Just Solve the File Format Problem
(Difference between revisions)
(→Links) |
MihaiPopa7 (Talk | contribs) (Casing fix!!) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|cmp}} | |extensions={{ext|cmp}} | ||
+ | |pronom={{PRONOM|fmt/1336}}, {{PRONOM|fmt/1337}} | ||
}} | }} | ||
− | CMP Image Compression from LEADTools. LEADTools proprietary image compression format. Related formats .CMW, .ABC | + | CMP Image Compression from LEADTools. LEADTools proprietary image compression format. Related formats [[CMW (LEADTOOLS)|.CMW]], [[ABC (LEADTOOLS)|.ABC]] |
==File Format== | ==File Format== | ||
Line 15: | Line 16: | ||
==File Identification== | ==File Identification== | ||
− | * 8 & 24 bit files header begin with | + | * 8 & 24 bit files header begin with ASCII "{{magic|LEAD}}" |
− | * 1-bit file header begins with | + | * 1-bit file header begins with ASCII "{{magic|LTRI}}" |
==Software== | ==Software== | ||
* [https://archive.org/details/JPEG35_ZIP LEADTools Demo software circa 1993, includes samples] | * [https://archive.org/details/JPEG35_ZIP LEADTools Demo software circa 1993, includes samples] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/cmp}} | ||
+ | * https://archive.org/details/EXGOURMET → *.CMP | ||
==Links== | ==Links== |
Latest revision as of 05:18, 7 April 2024
CMP Image Compression from LEADTools. LEADTools proprietary image compression format. Related formats .CMW, .ABC
Contents |
[edit] File Format
Two types of CMP Files.
- 8-bit & 24bit CMP
- 1-bit CMP
[edit] File Identification
- 8 & 24 bit files header begin with ASCII "
LEAD
" - 1-bit file header begins with ASCII "
LTRI
"