CMP
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|cmp}} }} CMP Image Compression from LEADTools. LEADTools proprietary image compression format. Related ...") |
|||
| (5 intermediate revisions by 2 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 ascii "{{magic|LEAD}}" | + | * 8 & 24 bit files header begin with ascii "{{magic|LEAD}}" |
| − | 1-bit file header begins with ascii "{{magic|LTRI}}" | + | * 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 == | ||
| + | * https://telparia.com/fileFormatSamples/image/cmp/ | ||
| + | * https://archive.org/details/EXGOURMET → *.CMP | ||
==Links== | ==Links== | ||
| + | * [[Wikipedia:LEAD_Technologies| LEAD Technologies : Wikipedia]] | ||
* [https://www.leadtools.com/sdk/compression/cmp CMP Image Compression SDK Technology] | * [https://www.leadtools.com/sdk/compression/cmp CMP Image Compression SDK Technology] | ||
* [https://www.leadtools.com/help/leadtools/v20/dh/to/file-formats.html LEADTools list of supported formats] | * [https://www.leadtools.com/help/leadtools/v20/dh/to/file-formats.html LEADTools list of supported formats] | ||
Revision as of 22:15, 21 July 2021
CMP Image Compression from LEADTools. LEADTools proprietary image compression format. Related formats .CMW, .ABC
Contents |
File Format
Two types of CMP Files.
- 8-bit & 24bit CMP
- 1-bit CMP
File Identification
- 8 & 24 bit files header begin with ascii "
LEAD" - 1-bit file header begins with ascii "
LTRI"