EPSILON
From Just Solve the File Format Problem
(Difference between revisions)
(A very typical page.) |
(Point "PPM" away from disambig page) |
||
Line 6: | Line 6: | ||
}} | }} | ||
− | '''EPSILON''' (in all capitals, though this does not appear to stand for anything) is an raster image compression format and program created by Alexander Simakov, and based on the Asad Islam and William Pearlman's SPECK algorithm.<ref name="manpage">EPSLILON source (0.9.2) → man → epsilon.1 (Unix man page in [[Troff]] format)</ref> It is composed of a number of independent blocks, each encoding a region of the original image, concatenated together, which means that images can be encoded in parallel.<ref name="manpage" /> The EPSILON program can only convert to and from [[PPM]] and [[PGM]].<ref name="manpage" /> | + | '''EPSILON''' (in all capitals, though this does not appear to stand for anything) is an raster image compression format and program created by Alexander Simakov, and based on the Asad Islam and William Pearlman's SPECK algorithm.<ref name="manpage">EPSLILON source (0.9.2) → man → epsilon.1 (Unix man page in [[Troff]] format)</ref> It is composed of a number of independent blocks, each encoding a region of the original image, concatenated together, which means that images can be encoded in parallel.<ref name="manpage" /> The EPSILON program can only convert to and from [[Netpbm formats|PPM]] and [[PGM]].<ref name="manpage" /> |
EPSILON apparently did its own encryption before version 0.3.1.<ref name="changelog" /> | EPSILON apparently did its own encryption before version 0.3.1.<ref name="changelog" /> |
Latest revision as of 06:24, 30 October 2020
EPSILON (in all capitals, though this does not appear to stand for anything) is an raster image compression format and program created by Alexander Simakov, and based on the Asad Islam and William Pearlman's SPECK algorithm.[2] It is composed of a number of independent blocks, each encoding a region of the original image, concatenated together, which means that images can be encoded in parallel.[2] The EPSILON program can only convert to and from PPM and PGM.[2]
EPSILON apparently did its own encryption before version 0.3.1.[1]
As of 2020, the last release was in 2011.[3]
Contents |
[edit] Identification
EPSILON blocks, and therefore EPSILON files, will begin with type=
.
[edit] Extensions
EPSILON uses the extension ".psi", for "ePSIlon".[2]