PackJPG
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Recompression) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
There are apparently multiple versions of the format. Different versions of the utility may use incompatible formats. | There are apparently multiple versions of the format. Different versions of the utility may use incompatible formats. | ||
− | See also [[packPNM]]. | + | See also [[packPNM]], [[packARC]]. |
== Identification == | == Identification == | ||
At least some packJPG files begin with the ASCII signature <code>'J' 'S'</code>. | At least some packJPG files begin with the ASCII signature <code>'J' 'S'</code>. | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/packjpg/packJPG packJPG (GitHub repository)] | ||
+ | * [[Konvertor]] | ||
== Links == | == Links == | ||
* [http://packjpg.encode.ru/ packJPEG website] | * [http://packjpg.encode.ru/ packJPEG website] | ||
* [http://www.elektronik.htw-aalen.de/packjpg/ Old packJPG website] | * [http://www.elektronik.htw-aalen.de/packjpg/ Old packJPG website] | ||
− | |||
{{DISPLAYTITLE:packJPG}} | {{DISPLAYTITLE:packJPG}} | ||
[[Category:JPEG]] | [[Category:JPEG]] | ||
[[Category:Compression]] | [[Category:Compression]] | ||
+ | [[Category:Recompression]] | ||
[[Category:Compression research]] | [[Category:Compression research]] |
Latest revision as of 17:12, 9 October 2020
packJPG is a JPEG file compression utility, and associated .pjg file format. It can losslessly compress many JPEG files. packJPG is open source as of version 2.5.
Whether the format is a graphics format, or a special-purpose compression format, is a matter of opinion.
There are apparently multiple versions of the format. Different versions of the utility may use incompatible formats.
[edit] Identification
At least some packJPG files begin with the ASCII signature 'J' 'S'
.