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

ncgm2cgm - filter NCAR CGM to vanilla CGM cgm2ncgm - filter NCAR CGM from vanilla CGM

Bugs

       Some vanilla metafile interpretors take advantage of shortcuts  provided  by  their  CGM  generators.  In
       effect, they are not true CGM interpretors. Although it will still be possible to convert these metafiles
       to  NCAR  format  that  may  be interpreted by NCAR Graphics translators. It may not be the case that the
       aforementioned interpreters will be able to  translate  true  vanilla  metafiles,  such  as  produced  by
       ncgm2cgm.

Description

ncgm2cgm  and  cgm2ncgm are filters for converting back and forth between NCARComputerGraphicsMetafile
       (CGM) and vanilla CGM.  ncgm2cgm strips the wrapper from NCAR CGM records while cgm2ncgm restores it. I/O
       is done from standard in/out respectively.

Name

       ncgm2cgm - filter NCAR CGM to vanilla CGM cgm2ncgm - filter NCAR CGM from vanilla CGM

Options

-ssize
              Set block size in bytes for reads/writes of vanilla CGM. The default blocking factor is 1024.

       -V     Print the version number and then exit.

See Also

ISO/DIS8632CGMFunctionalSpecification (Nov. 1985)

Synopsis

ncgm2cgm [ -soutputblocksize ] [ -V]cgm2ncgm [ -sinputblocksize ] [ -V]

See Also