PackJPG
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=packJPG |formattype=electronic |subcat=Graphics |extensions={{ext|pjg}} }} '''packJPG''' is a JPEG file compression utility, and associated '''.pjg''' f...") |
(Category:Recompression) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|pjg}} | |extensions={{ext|pjg}} | ||
+ | |released=2007 | ||
}} | }} | ||
'''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. | '''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. | ||
Line 10: | Line 11: | ||
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]], [[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://www.elektronik.htw-aalen.de/packjpg/ packJPG | + | * [http://packjpg.encode.ru/ packJPEG website] |
+ | * [http://www.elektronik.htw-aalen.de/packjpg/ Old packJPG website] | ||
+ | {{DISPLAYTITLE:packJPG}} | ||
[[Category:JPEG]] | [[Category:JPEG]] | ||
+ | [[Category:Compression]] | ||
+ | [[Category:Recompression]] | ||
+ | [[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'
.