PIM
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|pim}} |released=2004 }} '''PIM''' is yet another archiving program/format. CNET's review of it said "T...") |
(Digged a bit in archived version of PIM / PIMPLE versions to understand headers and capabilities differences.) |
||
(5 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 == | ||
* [http://download.cnet.com/PIM-Archiver/3000-2250_4-10673641.html Review and download] | * [http://download.cnet.com/PIM-Archiver/3000-2250_4-10673641.html Review and download] | ||
* [http://www.youtube.com/watch?v=a8-JXHOqnms Video on how to use it by program's author] | * [http://www.youtube.com/watch?v=a8-JXHOqnms Video on how to use it by program's author] | ||
+ | * [http://www.softpedia.com/get/Compression-tools/PIM-archiver.shtml Softpedia download page] |
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
".