PIM
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
(Digged a bit in archived version of PIM / PIMPLE versions to understand headers and capabilities differences.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
}} | }} | ||
− | '''PIM''' | + | '''PIM''' / PIMPLE is a high performance compressor by Ilia Muraviev. |
+ | The names and the formats conventions used are somehow confusing. AFAIK, PIMPLE is the compression engine and the name of the first compression tools using it, while PIM is the name of the later multi-file archiver. | ||
+ | There are two version of PIMPLE format, PIMPLE1 and PIMPLE2. | ||
+ | Also, there are two version of PIM format: the first consisted in a concatenation of PIMPLE files, the later introduced a new format with a different header. | ||
− | + | == Identification == | |
+ | |||
+ | PIMPLE1: {{magic|01 50 49 4D}}, or v1 + "{{magic|PIM}}". | ||
+ | |||
+ | PIMPLE2: {{magic|02 50 49 4D}}, or v2 + "{{magic|PIM}}". | ||
+ | |||
+ | PIM2: {{magic|50 49 4D 32}}, or "{{magic|PIM2}}". | ||
== Sample data == | == Sample data == | ||
− | * [ | + | * [https://www.dan.info/sampledata/test.pim Test archive] |
== Links == | == Links == |
Latest revision as of 14:21, 12 February 2020
PIM / PIMPLE is a high performance compressor by Ilia Muraviev. The names and the formats conventions used are somehow confusing. AFAIK, PIMPLE is the compression engine and the name of the first compression tools using it, while PIM is the name of the later multi-file archiver. There are two version of PIMPLE format, PIMPLE1 and PIMPLE2. Also, there are two version of PIM format: the first consisted in a concatenation of PIMPLE files, the later introduced a new format with a different header.
[edit] Identification
PIMPLE1: 01 50 49 4D
, or v1 + "PIM
".
PIMPLE2: 02 50 49 4D
, or v2 + "PIM
".
PIM2: 50 49 4D 32
, or "PIM2
".