View Full Version : How to use Packjpg
biotec2k8
26-05-2021, 03:04
Hi
I would like to pack my JPG files.
There is the PackJPG program.
How do I integrate PackJPG into FreeArc so that PackJPG compresses my image files?
[External compressor:packjpg]
solid = 0
packcmd = packjpg.exe -np $$arcdatafile$$.jpg
unpackcmd = packjpg.exe -np $$arcdatafile$$.pjg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.pjg
GaMEr_2077
27-05-2021, 09:48
[External compressor:packjpg]
solid = 0
packcmd = packjpg.exe -np $$arcdatafile$$.jpg
unpackcmd = packjpg.exe -np $$arcdatafile$$.pjg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.pjg
Can u tell me from where u get all these commands
panker1992
27-05-2021, 11:57
[External compressor:brunsli]
packcmd = "media\brunsli_x64" c $$arcdatafile$$.jpg $$arcdatafile$$.brn
unpackcmd = brunsli_x64 d $$arcdatafile$$.brn $$arcdatafile$$.jpg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.brn
solid = 0
:( Sad8669
27-05-2021, 22:34
GaMEr_2077
Download a compressor i.e DiskSpan_GUI, then go to its resources folder and look for DiskSpan_x64.ini. Here you can learn about different compressors and how they are used.
biotec2k8
28-05-2021, 02:38
brunsli + RZ = slower but better compression
Is there also a compression that can be used to effectively compress RAW image formats?
brunsli + RZ = slower but better compression
Is there also a compression that can be used to effectively compress RAW image formats?
LOLZ no?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.