PackJPG
From Just Solve the File Format Problem
(Difference between revisions)
Line 16: | Line 16: | ||
== 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 == | ||
+ | * [[Konvertor]] | ||
== Links == | == Links == |
Revision as of 05:37, 20 November 2016
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.
See also packPNM.
Identification
At least some packJPG files begin with the ASCII signature 'J' 'S'
.