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

openslide-quickhash1sum - Print OpenSlide quickhash-1 checksums

Bugs

quickhash-1  is  not  defined  for  all  slide  files supported by OpenSlide.  If a slide does not have a
       quickhash-1, "No quickhash-1 available" will be printed.

Description

       Print  OpenSlide  quickhash-1  checksums  for  one  or  more  virtual slide files, in a format similar to
       sha256sum(1).

       quickhash-1 is a non-cryptographic, 256-bit hash of a subset of a slide's data.  It uniquely identifies a
       particular virtual slide, but cannot be used to detect corruption or modification of the slide file.

Exit Status

openslide-quickhash1sum returns 0 on success, 1 if a quickhash-1 could not be calculated,  or  2  if  the
       arguments are invalid.

Name

       openslide-quickhash1sum - Print OpenSlide quickhash-1 checksums

Options

--help Display usage summary.

       --version
              Display version and copyright information.

See Also

openslide-show-properties(1), openslide-write-png(1), sha256sum(1)

OpenSlide 3.4.1                                    2012-02-24                         OPENSLIDE-QUICKHASH1SUM(1)

Synopsis

openslide-quickhash1sum [--help] [--version] slide...

See Also