NAME
mgfelics - fast and efficient lossless image (de)compression
SYNOPSIS
mgfelics -e [ -k n ] infile [ >compressed-outfile ] or
mgfelics -d compressed-infile [ >outfile ]
DESCRIPTION
mgfelics is a lossless compression process which can (de)compress portable bitmap files in pgm format. mgfelics writes to stdout.
OPTIONS
-k n An integer parameter (< 32) which controls the compression speed and ratio. The value of n is included in the output stream, and therefore is not needed in the decompression stage. The default value of n is equal to the number of bits required to represent each grey level.
REFERENCES
Algorithm by Paul G. Howard and Jeffrey Scott Vitter of Brown University, RI, and Duke University, NC, respectively.
SEE ALSO
mg(1), mg_compression_dict(1), mg_fast_comp_dict(1), mg_get(1), mg_invf_dict(1), mg_invf_dump(1), mg_invf_rebuild(1), mg_passes(1), mg_perf_hash_build(1), mg_text_estimate(1), mg_weights_build(1), mgbilevel(1), mgbuild(1), mgdictlist(1), mgquery(1), mgstat(1), mgtic(1), mgticbuild(1), mgticdump(1), mgticprune(1), mgticstat(1).