logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hdfcomp - compress 8-bit raster images in an HDF file

Description

hdfcomp  reads  RIS8  images from a set of HDF files, compresses them and stores the compressed data in a
       second HDF file.  If the output HDF file exists, the compressed images will be appended to it.

Examples

       A directory contains twenty files named "storm001", "storm002", ...  "storm020". Each of these files con‐
       tains a single RIS8 image. To compress these images using run-length encoding and store them  in  a  file
       named "altcomp.hdf", use the following hdfcomp command:

               hdfcomp allcomp.hdf -c storm*.hdf

Name

       hdfcomp - compress 8-bit raster images in an HDF file

Options

-r     No Compression.  Apply no compression to the output data. (the default).

       -c     Run length coding.  Compress the output data using run-length encoding.

       -i     IMCOMP Compression.  Compress the output data using the IMCOMP method.

See Also

hdfpack(1), hdf(5)

                                                November 6, 1999                                      HDFCOMP(1)

Synopsis

hdfcompoutput-filename [-c|-r|-i] input-filename-1 [-c|-r|-i] input-filename-2...

See Also